diff --git a/compose.yml b/compose.yml index 13fa265..98a3e21 100644 --- a/compose.yml +++ b/compose.yml @@ -7,4 +7,8 @@ services: volumes: - ./sws.config.toml:/config.toml environment: - - SERVER_CONFIG_FILE=/config.toml \ No newline at end of file + - SERVER_CONFIG_FILE=/config.toml + +networks: + traefik-proxy: + external: true