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
command: --api --docker --docker.domain=docker.localhost --docker.endpoint="unix:///var/run/docker.sock" --constraints=tag==jenkins_staging # Entrypoint for traefik in order to be used with docker api hence the socket exposure below | Contraints limit to visibility of this Stack only by project name
ports:
- "80:80"
- "443:443"
- "1936:1936"
volumes:
- /var/run/docker.sock:/var/run/docker.sock # We must expose socket to Traefik