mirror of
https://github.com/TeamPiped/Piped-Docker.git
synced 2024-12-12 21:30:41 +05:30
Fix for piped-proxy volume mount.
This commit is contained in:
parent
41ca0ef18e
commit
c6bb24a2b8
@ -43,7 +43,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./config/Caddyfile:/etc/caddy/Caddyfile:ro
|
- ./config/Caddyfile:/etc/caddy/Caddyfile:ro
|
||||||
- caddy_data:/data
|
- caddy_data:/data
|
||||||
- piped-proxy:/var/run/piped-proxy
|
- piped-proxy:/var/run/ytproxy
|
||||||
container_name: caddy
|
container_name: caddy
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:13-alpine
|
image: postgres:13-alpine
|
||||||
|
Loading…
Reference in New Issue
Block a user