Skip to content

Commit 511486b

Browse files
fix: Correct the mount directory for server (#5495)
1 parent e55d841 commit 511486b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ x-defaults: &defaults
2121
- redis:redis
2222
- elastic:elastic
2323
volumes:
24-
- ./data/web:/open_event/static
24+
- ./static:/data/app/static
2525

2626
services:
2727

0 commit comments

Comments
 (0)