🎀 Trying bind volumes in docker-compose
This commit is contained in:
@@ -8,8 +8,12 @@ services:
|
|||||||
container_name: threetwo-ui
|
container_name: threetwo-ui
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- $COMICS_DIRECTORY:/comics
|
- type: bind
|
||||||
- $USERDATA_DIRECTORY:/userdata
|
source: $COMICS_DIRECTORY
|
||||||
|
target: /comics
|
||||||
|
- type: volume
|
||||||
|
source: $USERDATA_DIRECTORY
|
||||||
|
target: /userdata
|
||||||
ports:
|
ports:
|
||||||
- "8050:8050"
|
- "8050:8050"
|
||||||
- "3050:3050"
|
- "3050:3050"
|
||||||
|
|||||||
Reference in New Issue
Block a user