Reverting change

This commit is contained in:
2021-11-03 15:43:28 -07:00
parent 4993269540
commit 5ce04317a6

View File

@@ -7,14 +7,9 @@ services:
image: frishi/threetwo image: frishi/threetwo
container_name: threetwo-ui container_name: threetwo-ui
restart: unless-stopped restart: unless-stopped
env_file: docker-compose.env
volumes: volumes:
- type: bind - $COMICS_DIRECTORY:/comics
source: $COMICS_DIRECTORY - $USERDATA_DIRECTORY:/userdata
target: /comics
- type: volume
source: $USERDATA_DIRECTORY
target: /userdata
ports: ports:
- "8050:8050" - "8050:8050"
- "3050:3050" - "3050:3050"