Docker compose example for AIO with traefik v3

Hi,
After spending some time with trying to install a nextcloud aio next to my 2 existing nextcloud non-aio installations (docker) I am reaching out for help here.
Can someone please provide example files for traefik v3 with NC AIO?

Thank you,
kr,
Martin

Hi, I think you should be able to use the traefik v2 syntax like documented here: all-in-one/reverse-proxy.md at main · nextcloud/all-in-one · GitHub and simply use the static v2 config:

# static configuration
core:
  defaultRuleSyntax: v2

See Traefik V3 Migration Documentation - Traefik

Please let me know if that makes it work!

1 Like