Restart containers unless stopped
This commit is contained in:
parent
1a1a829ddf
commit
8ebf1663e3
7 changed files with 7 additions and 7 deletions
|
@ -11,7 +11,7 @@ services:
|
|||
volumes:
|
||||
- /docker/mariadb:/var/lib/mysql
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
mariadb:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue