Fix for piped-proxy volume mount.

This commit is contained in:
Kavin 2022-11-03 19:45:20 +00:00
parent 41ca0ef18e
commit c6bb24a2b8
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ services:
volumes:
- ./config/Caddyfile:/etc/caddy/Caddyfile:ro
- caddy_data:/data
- piped-proxy:/var/run/piped-proxy
- piped-proxy:/var/run/ytproxy
container_name: caddy
postgres:
image: postgres:13-alpine