diff --git a/docker-compose.yml b/docker-compose.yml index 4102b50..f6c2f0b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,6 +19,7 @@ services: stdin_open: true networks: - simplylab + - nginx-proxy logging: driver: "json-file" options: @@ -26,4 +27,5 @@ services: max-file: "10" networks: - simplylab: \ No newline at end of file + simplylab: + nginx-proxy: \ No newline at end of file