diff --git a/config/docker-compose.init.yml b/config/docker-compose.init.yml index ef423f5..1ed3b37 100644 --- a/config/docker-compose.init.yml +++ b/config/docker-compose.init.yml @@ -22,9 +22,5 @@ services: timeout: 10s retries: 3 - networks: - - fast-services + network_mode: host #Makes no difference if this is in there or not -networks: - fast-services: - external: true