Skip to content

Commit 14d1489

Browse files
committed
docker-compose: remove useless restart policy
The default is "no" which is good to just try and forget hack on linuxfr.org. If developer want to change it, it can override compose configuration with a docker-compose.local.yml file.
1 parent c1b56b0 commit 14d1489

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docker-compose.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,13 @@ services:
6060
context: deployment/database
6161
env_file:
6262
- deployment/default.env
63-
restart: unless-stopped
6463
ports:
6564
- "3306:3306"
6665
volumes:
6766
- data-database:/var/lib/mysql
6867

6968
redis:
7069
image: redis:5
71-
restart: unless-stopped
7270
volumes:
7371
- data-redis:/data
7472

0 commit comments

Comments
 (0)