Skip to content
Snippets Groups Projects
Verified Commit 5517b084 authored by Igor Witz's avatar Igor Witz
Browse files

fix: change restart policy

parent b2eb74f2
No related branches found
No related tags found
1 merge request!40Changement de politique de redémarrage + réparation de la poussée sur le registre
Pipeline #42065 passed with warnings
......@@ -31,7 +31,7 @@ services:
environment:
- ETHERPAD_THEME=colibris
- ETHERPAD_MINIFY=true
restart: always
restart: unless-stopped
networks:
- docker_default
etherpad-db:
......@@ -45,6 +45,6 @@ services:
volumes:
- etherpad-db-volume:/var/lib/mysql
env_file: ./secrets/etherpad-db.secrets
restart: always
restart: unless-stopped
networks:
- docker_default
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment