Add restart policy to Docker Compose configuration
This commit is contained in:
@@ -6,6 +6,7 @@ services:
|
|||||||
working_dir: /app
|
working_dir: /app
|
||||||
volumes:
|
volumes:
|
||||||
- .:/app
|
- .:/app
|
||||||
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "6756:6756"
|
- "6756:6756"
|
||||||
command: >
|
command: >
|
||||||
|
|||||||
Reference in New Issue
Block a user