Skip to content

Commit

Permalink
Fix docker uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
jasperweyne committed Sep 27, 2024
1 parent 826a0a1 commit 30efd5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ FROM frankenphp_upstream AS frankenphp_base

WORKDIR /app

VOLUME /app/var/
VOLUME /app/var/ /app/public/uploads/

# persistent / runtime deps
# hadolint ignore=DL3008
Expand Down
2 changes: 2 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ services:
volumes:
- caddy_data:/data
- caddy_config:/config
- uploads:/app/public/uploads
ports:
# HTTP
- target: 80
Expand Down Expand Up @@ -59,6 +60,7 @@ services:
volumes:
caddy_data:
caddy_config:
uploads:
###> symfony/mercure-bundle ###
###< symfony/mercure-bundle ###

Expand Down

0 comments on commit 30efd5c

Please sign in to comment.