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

@@ -12,7 +12,7 @@ services:
env_file: app/.env
environment:
CONTAINER_ROLE: app
UNIT_SOURCE: '["172.16.0.0/12"]'
UNIT_SOURCE: '"172.16.0.0/12"'
volumes:
- ./app/storage/app:/var/www/html/storage/app
- ./app/storage/logs:/var/www/html/storage/logs
@@ -40,7 +40,7 @@ services:
- ${DOCKER_CAPTCHA_PORT}:9000
environment:
CONTAINER_ROLE: app
UNIT_SOURCE: '["172.16.0.0/12"]'
UNIT_SOURCE: '"172.16.0.0/12"'
captcha-queue:
image: korelf/service-captcha:0.8.2
# restart: always