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