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:
|
volumes:
|
||||||
- ./public/:/app/public/:ro
|
- ./public/:/app/public/:ro
|
||||||
- ./robots/:/app/robots/:ro
|
- ./robots/:/app/robots/:ro
|
||||||
- ./Caddyfile:/app/Caddyfile:ro
|
- ./development.Caddyfile:/app/Caddyfile:ro
|
||||||
parcel:
|
parcel:
|
||||||
container_name: parcel
|
container_name: parcel
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Add table
Reference in a new issue