fix: Caddyfile not being mounted correctly in dev image
This commit is contained in:
parent
1326c0245f
commit
1c93ce8948
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ services:
|
|||
volumes:
|
||||
- ./public/:/app/public/:ro
|
||||
- ./robots/:/app/robots/:ro
|
||||
- ./Caddyfile:/app/Caddyfile:ro
|
||||
- ./development.Caddyfile:/app/Caddyfile:ro
|
||||
parcel:
|
||||
container_name: parcel
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Add table
Reference in a new issue