- Now use rx3/server-mga9:1.1.3 image,
- Add pwauth auth program,
- Increase php params:
- memory_limit from 128M to 512M,
- upload_max_filesize from 16M to 32M,
- post_max_size from 8M to 32M,
- Don't expose unneeded /var/www/html in compose file,
- Use now docker_tools for .env building.
This commit is contained in:
@@ -26,8 +26,11 @@ services:
|
||||
APACHE_GID: ${APACHE_GID}
|
||||
APACHE_DOC_ROOT: ${APACHE_DOC_ROOT}
|
||||
|
||||
# volumes:
|
||||
# - ./var/www/html:/var/www/html
|
||||
|
||||
network_mode: bridge
|
||||
|
||||
ports:
|
||||
- "127.0.0.1:9011:9001"
|
||||
- "127.0.0.1:8080:80"
|
||||
- "127.0.0.1:${WEBAPP_SV_PORT}:9001"
|
||||
- "127.0.0.1:${WEBAPP_PORT}:80"
|
||||
|
||||
Reference in New Issue
Block a user