Skip to content

Commit 4c524af

Browse files
authored
Merge pull request #111 from jagg2/patch-1
Fixes issue with NGINX not being able to serve images
2 parents 3356235 + 4022b95 commit 4c524af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ services:
1717
- ./config/prod.env
1818
volumes:
1919
- static:/home/wger/static
20+
- media:/home/wger/media
2021
expose:
2122
- 8000
2223
healthcheck:

0 commit comments

Comments
 (0)