Skip to content

Commit 7ee20ac

Browse files
authored
Add network configuration for compose
Added network configuration for the compose section in swag.md.
1 parent 3ab4307 commit 7ee20ac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/general/swag.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,11 @@ services:
174174
- 443:443
175175
- 80:80
176176
restart: unless-stopped
177+
networks:
178+
- lsio
179+
networks:
180+
lsio:
181+
external: true
177182
```
178183

179184
We can fire up the container with `docker-compose up -d`

0 commit comments

Comments
 (0)