Skip to content

Commit 849b5bb

Browse files
committed
restart on reboot
1 parent f262198 commit 849b5bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ jobs:
5959
docker run -d --name ${{ env.CONTAINER_NAME }} \
6060
-p ${{ env.HOST_PORT }}:8000 \
6161
-v ./.env:/app/.env \
62-
${{ env.IMAGE_NAME }}
62+
--restart unless-stopped ${{ env.IMAGE_NAME }}
6363
EOF

0 commit comments

Comments
 (0)