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
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
building with (assumed) new docker compose plugin (vs) the older docker-compose has a limit in naming.
Error response from daemon: Invalid container name (traefik:v1.7-alpine), only [a-zA-Z0-9][a-zA-Z0-9_.-] are allowed
changing the container_name to traefik_v1.7-alpine seems to let it start.