framadate : suppression restart policy container-compose.yml

This commit is contained in:
Gitouche 2023-10-26 20:19:27 +02:00
parent 846505cd9a
commit abcf7edccd
1 changed files with 0 additions and 2 deletions

View File

@ -6,7 +6,6 @@ services:
environment:
- MYSQL_USER=framadate
- MYSQL_DATABASE=framadate
restart: always
volumes:
- framadate-db:/var/lib/mysql:Z
@ -27,7 +26,6 @@ services:
- APACHE_RUN_USER=www-data
- FRAMADATE_DEVMODE=1
- LOCALE=fr_FR.UTF-8
restart: always
volumes:
framadate-db: