fixed config location for caddy template

This commit is contained in:
ngn 2024-01-24 11:38:18 +00:00 committed by GitHub
parent 49b98cbeb3
commit 0eb26315df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ services:
image: 1337kavin/piped:latest image: 1337kavin/piped:latest
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ./config/config.properties:/app/config.properties:ro - ./config/config.properties:/config.properties:ro
depends_on: depends_on:
- postgres - postgres
container_name: piped-backend container_name: piped-backend