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
1 changed files with 1 additions and 1 deletions

View File

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