瀏覽代碼

:recycle: altered compose for new dir name

pull/2/head
j 3 年之前
父節點
當前提交
62c02e64b0
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      docker-compose.yml

+ 1
- 1
docker-compose.yml 查看文件

@@ -11,7 +11,7 @@ services:
11 11
             - ./configs/wp-config.php:/usr/src/wordpress/wp-config-sample.php
12 12
             - ./uploads:/var/www/html/wp-content/uploads
13 13
             - ./plugins:/var/www/html/wp-content/plugins
14
-            - ./vue-theme:/var/www/html/wp-content/themes/vue-theme
14
+            - ./cvd-theme:/var/www/html/wp-content/themes/cvd-theme
15 15
             - ./uploads.ini:/usr/local/etc/php/conf.d/uploads.ini
16 16
         ports:
17 17
             - 8080:80

Loading…
取消
儲存