Skip to content

Instantly share code, notes, and snippets.

@cfra
Created November 12, 2025 10:47
Show Gist options
  • Select an option

  • Save cfra/ef0b082e75836214602518a5774b03e1 to your computer and use it in GitHub Desktop.

Select an option

Save cfra/ef0b082e75836214602518a5774b03e1 to your computer and use it in GitHub Desktop.
This downgrades traefik on Ubuntu

traefik docker API version fix 1.24

apt-cache madison docker-ce
apt-get install docker-ce=5:28.5.2-1~ubuntu.22.04~jammy
apt-get install docker-ce=5:28.5.2-1~ubuntu.24.04~noble
apt-mark hold docker-ce
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment