add: docker volume
This commit is contained in:
@@ -17,14 +17,18 @@ services:
|
|||||||
# - 7575:7575
|
# - 7575:7575
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
PUID: 1000
|
# PUID: 1000
|
||||||
PGID: 1000
|
# PGID: 1000
|
||||||
SECRET_ENCRYPTION_KEY: ${SECRET_ENCRYPTION_KEY}
|
SECRET_ENCRYPTION_KEY: ${SECRET_ENCRYPTION_KEY}
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /home/fxequals/docker/homarr/data:/appdata
|
- homarr-appdata:/appdata
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
homarr-appdata:
|
||||||
|
driver: local
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
proxy:
|
proxy:
|
||||||
|
|||||||
Reference in New Issue
Block a user