Skip to content

Commit

Permalink
caddy: expose file-server
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed May 10, 2024
1 parent 4d7e62c commit 140ae28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ services:
- ${PWD}/dist/caddy/Caddyfile:/etc/caddy/Caddyfile:ro
- ${PWD}/dist/caddy/data:/data
- ${PWD}/dist/caddy/config:/config
- ${PWD}/dist/file-server:/srv/file-server:ro
restart: unless-stopped
depends_on:
master: { condition: service_healthy }
Expand Down

0 comments on commit 140ae28

Please sign in to comment.