Skip to content
Snippets Groups Projects
Commit 9c08094b authored by Felix Schäfer's avatar Felix Schäfer :construction_worker:
Browse files

Don't die on failed docker pulls

parent a9cf5602
No related branches found
No related tags found
No related merge requests found
Pipeline #27054 passed
......@@ -10,7 +10,7 @@ ExecStartPre=-/usr/bin/docker kill limesurvey
ExecStartPre=-/usr/bin/docker rm limesurvey
ExecStartPre=-rm -rf /opt/limesurvey/app
ExecStartPre=mkdir /opt/limesurvey/app
ExecStartPre=/usr/bin/docker pull martialblog/limesurvey:5-fpm
ExecStartPre=-/usr/bin/docker pull martialblog/limesurvey:5-fpm
ExecStart=/usr/bin/docker run\
--name limesurvey\
--env-file /etc/default/limesurvey\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment