Start docker server on boot #43
Answered
by
ptrumpis
IZeeLikeEyeZee
asked this question in
Q&A
-
Hey is there any way to set the docker container to start on boot? Since it seems that if snap cam is started on boot and docker isnt that I need to start docker, then restart snap cam for everything to work. |
Beta Was this translation helpful? Give feedback.
Answered by
ptrumpis
Jul 24, 2023
Replies: 1 comment 4 replies
-
Replace line 25-26 in docker-compose.yml with this code webproxy:
restart: always
image: nginx That should do the trick. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
IZeeLikeEyeZee
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Replace line 25-26 in docker-compose.yml with this code
That should do the trick.