You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello ;)
when installing a clean version on a new system by running the "run-seedbox.sh" command, one more error occurs:
WARN[0000] a network with name traefik-network exists but was not created by compose.
Set external: true to use an existing network
network traefik-network was found but has incorrect label com.docker.compose.network set to "" (expected: "default")
If I understand correctly, it is caused by the fact that this network is created using the "inith.sh" command.
You can easily deal with this - either by deleting the network itself or by using the "docker system prune" command
Regrads
The text was updated successfully, but these errors were encountered:
Hello ;)
when installing a clean version on a new system by running the "run-seedbox.sh" command, one more error occurs:
WARN[0000] a network with name traefik-network exists but was not created by compose.
Set
external: true
to use an existing networknetwork traefik-network was found but has incorrect label com.docker.compose.network set to "" (expected: "default")
If I understand correctly, it is caused by the fact that this network is created using the "inith.sh" command.
You can easily deal with this - either by deleting the network itself or by using the "docker system prune" command
Regrads
The text was updated successfully, but these errors were encountered: