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
|
@ -1,12 +1,11 @@
|
||||
version: "3.9"
|
||||
|
||||
|
||||
services:
|
||||
gropple:
|
||||
build: .
|
||||
image: tardisx/gropple:latest
|
||||
volumes:
|
||||
- ./gropple-config-dir:/config
|
||||
- ./downloads:/downloads/
|
||||
- /tmp/gropple-config-dir/:/config
|
||||
- /tmp/downloads/:/downloads/
|
||||
restart: always
|
||||
ports:
|
||||
- "6123:6123"
|
||||
|
Loading…
x
Reference in New Issue
Block a user