Update docker-compose
This commit is contained in:
parent
42a4793953
commit
9538e2a2bf
@ -1,6 +0,0 @@
|
|||||||
version: "3.9"
|
|
||||||
|
|
||||||
services:
|
|
||||||
gropple:
|
|
||||||
build: .
|
|
||||||
image: tardisx/gropple:$VERSION
|
|
@ -2,11 +2,10 @@ version: "3.9"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
gropple:
|
gropple:
|
||||||
build: .
|
|
||||||
image: tardisx/gropple:latest
|
image: tardisx/gropple:latest
|
||||||
volumes:
|
volumes:
|
||||||
- ./gropple-config-dir:/config
|
- /tmp/gropple-config-dir/:/config
|
||||||
- ./downloads:/downloads/
|
- /tmp/downloads/:/downloads/
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "6123:6123"
|
- "6123:6123"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user