Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compatibility with older versions of Docker Compose #7170

Merged
merged 1 commit into from
Dec 14, 2023

Commits on Nov 23, 2023

  1. Fix compatibility with older versions of Docker Compose

    In 6ae1cff, I accidentally left behind the empty `command:` key. This
    works, but only with Docker Compose v2.17.1+. Since we don't actually need
    this key, we might as well remove it and restore compatibility with older
    versions.
    
    Also, rearrange the commented out code so that you only need to uncomment
    one block to enable the Traefik dashboard.
    SpecLad committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    35d6335 View commit details
    Browse the repository at this point in the history