- Use now rx3-docker/php-apache:1.5.3-mga9 image,

- Fix volume path bug in compose file.
This commit is contained in:
2025-04-21 17:57:23 +02:00
parent e0e13956fd
commit 9426e53e31
5 changed files with 16 additions and 6 deletions

View File

@@ -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}"