浏览代码

Update of comment

Jérôme BUISINE 5 年之前
父节点
当前提交
3b1540edf1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docker-compose.yml

+ 1 - 1
docker-compose.yml

@@ -7,6 +7,6 @@ services:
         image: djangowebexpe
         image: djangowebexpe
         restart: always
         restart: always
         volumes:
         volumes:
-            - "./media:/usr/src/app/media" # get access to log files
+            - "./media:/usr/src/app/media" # get access to media files
         ports:
         ports:
            - "8000:8000"
            - "8000:8000"