forked from TrueCloudLab/frostfs-dev-env
[#218] Remove trailing spaces
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
edc6513991
commit
c4ceb1c585
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ services:
|
||||||
hostname: http_gate
|
hostname: http_gate
|
||||||
container_name: http_gate
|
container_name: http_gate
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
dns:
|
dns:
|
||||||
- ${IPV4_PREFIX}.53
|
- ${IPV4_PREFIX}.53
|
||||||
networks:
|
networks:
|
||||||
http_gate_int:
|
http_gate_int:
|
||||||
|
|
|
@ -8,7 +8,7 @@ services:
|
||||||
hostname: s3_gate
|
hostname: s3_gate
|
||||||
container_name: s3_gate
|
container_name: s3_gate
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
dns:
|
dns:
|
||||||
- ${IPV4_PREFIX}.53
|
- ${IPV4_PREFIX}.53
|
||||||
networks:
|
networks:
|
||||||
s3_gate_int:
|
s3_gate_int:
|
||||||
|
|
Loading…
Reference in a new issue