🎀 Trying bind volumes in docker-compose

This commit is contained in:
2021-11-03 15:38:32 -07:00
parent d1e81b24e4
commit f1f4375af2

View File

@@ -8,8 +8,12 @@ services:
container_name: threetwo-ui
restart: unless-stopped
volumes:
- $COMICS_DIRECTORY:/comics
- $USERDATA_DIRECTORY:/userdata
- type: bind
source: $COMICS_DIRECTORY
target: /comics
- type: volume
source: $USERDATA_DIRECTORY
target: /userdata
ports:
- "8050:8050"
- "3050:3050"