⏪ Reverting change
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user