Add restart: always to docker-compose.override.yml
This commit is contained in:
parent
2cf2cc71ff
commit
274c706f02
1 changed files with 7 additions and 1 deletions
|
@ -1,8 +1,14 @@
|
|||
version: '2'
|
||||
services:
|
||||
mysql:
|
||||
restart: always
|
||||
redis:
|
||||
restart: always
|
||||
mailtrain:
|
||||
build: ./
|
||||
# volumes:
|
||||
# - ./:/app
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "3000:3000"
|
||||
restart: always
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue