Files
docker/portainer_agent/create_network.sh
T
2026-05-31 14:16:19 +02:00

6 lines
168 B
Bash
Executable File

# Only run this to create the overlay network for the Portainer Agent if it doesn't already exist
docker network create \
--driver overlay \
portainer_agent_network