Skip to content

Commit a8bf2b7

Browse files
committed
Bind mt-dev directory to /mt-dev
1 parent 5c47bfa commit a8bf2b7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

mt/common.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ services:
66
working_dir: /var/www/cgi-bin/mt
77
entrypoint: /usr/local/bin/docker-entrypoint.sh
88
volumes:
9+
- "..:/mt-dev"
910
- "${MT_HOME_PATH:-../../movabletype}:/var/www/cgi-bin/mt"
1011
- "${MT_CONFIG_CGI_SRC_PATH:-../mt-config.cgi-original}:${MT_CONFIG_CGI_DEST_PATH:-/var/www/cgi-bin/mt/mt-config.cgi}"
1112
- "${BASE_SITE_PATH:-site}:/var/www/html"
@@ -18,6 +19,7 @@ services:
1819
restart: always
1920
entrypoint: "/usr/local/bin/docker-entrypoint.sh"
2021
volumes:
22+
- "..:/mt-dev"
2123
- "${MT_HOME_PATH:-../../movabletype}:/var/www/cgi-bin/mt"
2224
- "${MT_CONFIG_CGI_SRC_PATH:-../mt-config.cgi-original}:${MT_CONFIG_CGI_DEST_PATH:-/var/www/cgi-bin/mt/mt-config.cgi}"
2325
- "${BASE_SITE_PATH:-site}:/var/www/html"

0 commit comments

Comments
 (0)