declared in .env.example to avoid build issues
DOCKER_BUILDKIT=1 COMPOSE_PARALLEL_LIMIT=1
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
### Build parameter variables #############################################
|
||||
# enabled by default for modern versions docker/compose
|
||||
DOCKER_BUILDKIT=1
|
||||
# for some reason unset parallel limit causing build failures
|
||||
COMPOSE_PARALLEL_LIMIT=1
|
||||
|
||||
# Enter your gateway IP (your host IP under from docker containers) - that need for correctly worked xdebug from cli
|
||||
# For detect that IP use: docker network inspect structure_default | grep Gateway | xargs | cut -d ' ' -f2
|
||||
# For UFW allowing ports on the host system: ufw allow to 172.18.0.1 port 9000,9003
|
||||
|
||||
Reference in New Issue
Block a user