modificat docker-compose
This commit is contained in:
+2
-2
@@ -6,7 +6,7 @@ services:
|
|||||||
container_name: gamewatcher
|
container_name: gamewatcher
|
||||||
working_dir: /data/app
|
working_dir: /data/app
|
||||||
command: ["python3", "watcher.py"]
|
command: ["python3", "watcher.py"]
|
||||||
restart: unless-stopped
|
restart: always
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
# Volumen persistente con scripts y backups
|
# Volumen persistente con scripts y backups
|
||||||
@@ -28,4 +28,4 @@ volumes:
|
|||||||
driver_opts:
|
driver_opts:
|
||||||
type: none
|
type: none
|
||||||
o: bind
|
o: bind
|
||||||
device: /var/volumes/gamewatcher
|
device: /var/volumes/gamewatcher
|
||||||
Reference in New Issue
Block a user