diff --git a/docker-compose.yaml b/docker-compose.yaml index 2d7a953..073f383 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -22,4 +22,8 @@ services: - /downloads/incomplete:/incomplete-downloads #incomplete downloads ports: - 8080:8080 - restart: always \ No newline at end of file + restart: always + +networks: + traefik-public: + external: true \ No newline at end of file