Fixed UNIT_SOURCE.

This commit is contained in:
2024-06-12 00:43:36 +05:00
parent da5201dd9a
commit 4d36821ecc
2 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ services:
- ./app/application:/var/www/html
environment:
CONTAINER_ROLE: app
UNIT_SOURCE: '["172.16.0.0/12"]'
UNIT_SOURCE: '"172.16.0.0/12"'
app-redis:
image: redis:3.0-alpine
# restart: always
@@ -39,7 +39,7 @@ services:
env_file: captcha-app/.env
environment:
CONTAINER_ROLE: app
UNIT_SOURCE: '["172.16.0.0/12"]'
UNIT_SOURCE: '"172.16.0.0/12"'
ports:
- ${DOCKER_CAPTCHA_PORT}:9000
captcha-queue: