chore: add restart policy
This commit is contained in:
parent
823ad1eb52
commit
8664fb395e
|
@ -16,6 +16,7 @@ services:
|
|||
ports:
|
||||
- "80:80"
|
||||
- "8080:8080"
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- "/var/run/docker.sock:/var/run/docker.sock:ro"
|
||||
networks:
|
||||
|
|
Reference in a new issue