diff --git a/docker-compose.yaml b/docker-compose.yaml index 6c6c845..823df7b 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -7,6 +7,7 @@ networks: services: bot: + hostname: jedoist-client # build: ./ image: localhost:5001/jedoist-client:${APP_VERSION} environment: @@ -18,4 +19,4 @@ services: - ${CONFIG_FILE}:/mnt/config.json restart: on-failure networks: - - jedoist \ No newline at end of file + - jedoist