kopia lustrzana https://github.com/linuxserver/docker-documentation
Update swag.md
in this section, we show how to assign an externally created network in docker run, but leave it out completely in the compose snip.pull/236/head
rodzic
355c8471fa
commit
b06cf87488
|
@ -234,6 +234,8 @@ services:
|
||||||
container_name: swag
|
container_name: swag
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
|
networks:
|
||||||
|
- lsio
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
|
|
Ładowanie…
Reference in New Issue