MitchTalmadge / AMP-dockerized

CubeCoders AMP in a Docker Image. Easily create game servers for games like Minecraft, GMod, TF2, Factorio, and StarBound!
https://hub.docker.com/r/mitchtalmadge/amp-dockerized
Other
89 stars 21 forks source link

Container not updating on Docker Pull #99

Closed Mattssn closed 2 years ago

Mattssn commented 2 years ago

I have been getting a message on the web ui saying there is an update, normally I would re-pull the image and it would update, but that does not seem to be working now, when I hit update in the UI it just breaks and gives me a 502 error

MitchTalmadge commented 2 years ago

Is this UnRAID?

Mattssn commented 2 years ago

Sorry for the delayed response, I am using docker compose

MitchTalmadge commented 2 years ago

So personally I've never seen an update button for AMP itself in the UI, but I doubt it'd work either way because of how Docker works.

I would just continue to use docker-compose pull if possible. I have a script set up in this repo which automatically packages the latest AMP updates and uploads them as Docker images so that you only have to pull and restart the container.