mirror of
https://github.com/TeamPiped/Piped-Docker.git
synced 2024-08-14 23:56:53 +00:00
Fix for piped-proxy volume mount.
This commit is contained in:
parent
41ca0ef18e
commit
c6bb24a2b8
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue