docker network working

This commit is contained in:
2025-07-23 14:17:43 -07:00
parent bdb24a565b
commit 3c37ce8981
6 changed files with 44 additions and 12 deletions

View File

@@ -0,0 +1,11 @@
[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