2022-05-14 17:24:37 +09:30
|
|
|
version: "3.9"
|
|
|
|
|
|
|
|
services:
|
|
|
|
gropple:
|
|
|
|
build: .
|
|
|
|
image: tardisx/gropple:latest
|
|
|
|
volumes:
|
2023-03-09 21:02:21 +10:30
|
|
|
- ./gropple-config-dir:/config
|
|
|
|
- ./downloads:/downloads/
|
2022-05-14 17:24:37 +09:30
|
|
|
restart: always
|
|
|
|
ports:
|
|
|
|
- "6123:6123"
|