Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 287535a

Browse files
committed
Enabled host volume for edxapp
1 parent 7b19e11 commit 287535a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ services:
107107
ports:
108108
- "18000:18000"
109109
- "18010:18010"
110-
# volumes:
111-
# - ../edx-platform:/edx/app/edxapp/edx-platform
110+
volumes:
111+
- ../edx-platform:/edx/app/edxapp/edx-platform
112112

113113
volumes:
114114
elasticsearch_data:

0 commit comments

Comments
 (0)