This commit is contained in:
2026-05-28 02:56:22 +02:00
parent c9f72262ac
commit 3d4517f27b
34 changed files with 2313 additions and 40 deletions
+16
View File
@@ -0,0 +1,16 @@
#!/usr/bin/bash
# networks:
# openspeedtest:
# driver: overlay
# attachable: true
# external: true
docker network create \
--driver overlay \
portainer_agent_network
docker network create \
--driver overlay \
tdarr