renamed volume

This commit is contained in:
John Lancaster
2023-04-26 00:20:08 -05:00
parent 0088021b81
commit 97df288ff1

View File

@@ -6,13 +6,13 @@ services:
volumes: volumes:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro - /etc/timezone:/etc/timezone:ro
- appdaemon-data:/conf - config:/conf
ports: ports:
- 5050:5050 - 5050:5050
restart: unless-stopped restart: unless-stopped
volumes: volumes:
appdaemon-data: config:
driver: local driver: local
driver_opts: driver_opts:
o: bind o: bind