Fixed UNIT_SOURCE.

This commit is contained in:
Leonid Nikitin 2024-06-12 00:44:14 +05:00
parent e2b9e60b36
commit 995b34ead5
Signed by: kor-elf
GPG Key ID: 3C0F720C170F6E1D
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ services:
env_file: app/application/.env
environment:
CONTAINER_ROLE: app
UNIT_SOURCE: '["172.16.0.0/12"]'
UNIT_SOURCE: '"172.16.0.0/12"'
queue:
build:
context: app

View File

@ -20,7 +20,7 @@ services:
env_file: app/.env
environment:
CONTAINER_ROLE: app
UNIT_SOURCE: '["172.16.0.0/12"]'
UNIT_SOURCE: '"172.16.0.0/12"'
queue:
image: korelf/service-captcha:0.8.2
# restart: always