9 lines
244 B
YAML
9 lines
244 B
YAML
services:
|
|
agregarr:
|
|
image: agregarr/agregarr:latest
|
|
container_name: agregarr
|
|
volumes:
|
|
- /opt/agregarr:/app/config ### Change /path/to/config to your actual config path
|
|
ports:
|
|
- 7171:7171
|
|
restart: unless-stopped |