Darren Sisson
Darren Sisson
you should be able to just run ```docker service update --image registry/image:tag --with-registry-auth service``` swarm checks the digest and updates the service if its changed even using same tag, no...
@jordankilburn use a domain regexp or if this some kind of sass just use a wildcard, i can't think of any other reason why you would need so many different...
@jordankilburn yes you would just use one set of labels that are a catchall so any request to your server that doesn't match anything else gets sent to your app...
they migrated from dotenv to dotenvx but didn't add an ignore missing, since there will not be a .env in a docker container, without it, you get the above error...
try change to ```yaml volumes: - type: bind source: ./mongo-init.js target: /docker-entrypoint-initdb.d/mongo-init.js:ro ```
@volodymyr-sch 1) ok first save file somewhere 2) delete the entry from the storages tab 3) then go back to compose change to this ```yaml volumes: - type: bind source:...
this looks like your docker login has expired, can you run docker logout, or rerun docker login again
Your steal% is at 90% i.e your 2vcpu is really only 0.2cpu, i would suggest changing hosting provider
this feels like some kind of race condition where docker hasn't release the old container names yet, before compose tries to recreate the container (note names are deterministic here, so...
@SeriousM due to the --force-recreate option, the containers are taken down first, but if you are rate limited or fail to pull the newer image, this can leave you in...