- Use now rx3-docker/php-apache:1.5.3-mga9 image,
- Fix volume path bug in compose file.
This commit is contained in:
@@ -47,9 +47,9 @@ services:
|
||||
|
||||
volumes:
|
||||
# - ./var/www/html:${TOOLS_DOC_ROOT}
|
||||
- .${TOOLS_LOG_INIT_EXT}:${TOOLS_LOG_INIT_INT}
|
||||
- .${TOOLS_LOG_SV_EXT}:${TOOLS_LOG_SV_INT}
|
||||
- .${TOOLS_LOG_HTTPD_EXT}:${TOOLS_LOG_HTTPD_INT}
|
||||
- ./${TOOLS_LOG_INIT_EXT}:${TOOLS_LOG_INIT_INT}
|
||||
- ./${TOOLS_LOG_SV_EXT}:${TOOLS_LOG_SV_INT}
|
||||
- ./${TOOLS_LOG_HTTPD_EXT}:${TOOLS_LOG_HTTPD_INT}
|
||||
|
||||
ports:
|
||||
- "127.0.0.1:${TOOLS_PORT_SV_EXT}:${TOOLS_PORT_SV_INT}"
|
||||
|
||||
Reference in New Issue
Block a user