• 0 Posts
  • 15 Comments
Joined 2 years ago
cake
Cake day: July 3rd, 2023

help-circle
  • So the way I read it, if you want to opt in, you make the new changes they state in your yml. I didn’t and just hit upgrade to pull the new images and it worked fine. I don’t see any issues, but I’ll be glad if someone says I did it wrong.

    I think it’s only breaking if you pull the new yml and don’t move your data.







  • Just FYI, we may be using “internally” differently, but you can’t change the port number to the right of the “:” That’s usually a fixed port needed for the container (the internal docker port).

    I think you are using “internal” to mean your local network port though, but in Dockers case it would be the “external port” (external to docker).

    Flow would be: Proxy → External Docker Port (8080, can be variable) → Internal Docker Port (80, fixed per docker container)

    Probably getting overly picky with wording, but wanted to make sure you knew that the inernal docker port can’t be changed, just the mapping.