diff --git a/docs/general/swag.md b/docs/general/swag.md index 5e331b8f..d17a34f0 100644 --- a/docs/general/swag.md +++ b/docs/general/swag.md @@ -174,6 +174,11 @@ services: - 443:443 - 80:80 restart: unless-stopped + networks: + - lsio +networks: + lsio: + external: true ``` We can fire up the container with `docker-compose up -d`