Results 768 comments of James Addison

Thank you @berrnd - and no problem. Ideally I'd like to keep my maintainer privileges here for a little while, at least until we have one or two more contributors....

Hi @Shadocvao - apologies for the delayed response here. Are you using `docker` from the command-line to start, stop and manage your containers, or some other tool(s)? Roughly speaking, I...

@MichaelTiernan Thanks for the issue report. Using the `latest` tag can introduce some unexpected problems, including a few described in https://vsupalov.com/docker-latest-tag/ . What do you think the tradeoffs would be...

Hi @Mebus @MichaelTiernan - the least-controversial solution is probably one of the ideas mentioned in #109: that we could/should upload `grocy/grocy` and `grocy/nginx` images with the `latest` tag applied when...

Hi @DerfOh - I'm glad that you were able to sort out the `config.php` problem! To help explain: the [`grocy/backend` image](https://hub.docker.com/r/grocy/backend) has the [default Grocy configuration built into it](https://github.com/grocy/grocy-docker/blob/1334b3f8c88157abd2ca6a3a451e7134fd204506/Containerfile-backend#L71) --...

Hey @Kritzefitz, thanks! - the use case to run multiple instances of the application makes sense. I'm a little unsure about changing the names of the containers, though. As a...

Ok, thanks @Kritzefitz - I didn't understand that limitation / risk for `podman`-based running containers previously. Should we consider omitting the `--name` argument entirely and allowing `podman` to autogenerate unassociated...

This could also be useful for shelf-stable items that do not expire any earlier after opening (or for products that are stored in bulk - like pasta or rice). Could...

@barbax7 A message to let you know that I've spent some more time thinking about this functionality. My recommendation would be to add two more [`COPY` steps in the `frontend`...

@tet3 Awesome. Let me know how you get on. I'm relatively new to writing docker/compose files, and to the grocy project, but glad to help debug and diagnose anything if...