Skip to content

Commit 5b1f97a

Browse files
fix docker compose
1 parent 7f09d30 commit 5b1f97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1152,7 +1152,7 @@ services:
11521152
image: ${DOCKER_REGISTRY:-itisfoundation}/storage:${DOCKER_IMAGE_TAG:-latest}
11531153
init: true
11541154
hostname: "sto-{{.Node.Hostname}}-{{.Task.Slot}}"
1155-
environment:
1155+
environment: &storage_environment
11561156
DATCORE_ADAPTER_HOST: ${DATCORE_ADAPTER_HOST:-datcore-adapter}
11571157
LOG_FORMAT_LOCAL_DEV_ENABLED: ${LOG_FORMAT_LOCAL_DEV_ENABLED}
11581158
LOG_FILTER_MAPPING : ${LOG_FILTER_MAPPING}

0 commit comments

Comments
 (0)