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
container_name: threetwo-ui
restart: unless-stopped
env_file: docker-compose.env
volumes:
- type: bind
source: $COMICS_DIRECTORY
target: /comics
- type: volume
source: $USERDATA_DIRECTORY
target: /userdata
- $COMICS_DIRECTORY:/comics
- $USERDATA_DIRECTORY:/userdata
ports:
- "8050:8050"
- "3050:3050"