zammad / zammad-docker-compose

Zammad Docker images for docker-compose
https://hub.docker.com/r/zammad/zammad-docker-compose/
GNU Affero General Public License v3.0
273 stars 223 forks source link

Added entrypoint to portainer command list #424

Closed YetAnotherGerrit closed 2 months ago

YetAnotherGerrit commented 2 months ago

When accessing the railsserver-container within portainer, you need to enter via /docker-entrypoint.sh for the rails console to work. This label makes sure to add that variant to the available options in the command selection.

Details available here: https://github.com/portainer/portainer/pull/2159

YetAnotherGerrit commented 2 months ago

Decided with @mgruner to put everything in the Dockerfile instead.