You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
269 B
INI
11 lines
269 B
INI
1 month ago
|
[Unit]
|
||
|
Description=Docker Network Setup
|
||
|
After=docker.service
|
||
|
Requires=docker.service
|
||
|
[Service]
|
||
|
TimeoutStartSec=0
|
||
|
ExecStart=/usr/bin/docker network create -d bridge nassella
|
||
|
ExecStop=-/usr/bin/docker network rm nassella
|
||
|
Restart=never
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|