ChristianLempa / videos

This is my video documentation. Here you'll find code-snippets, technical documentation, templates, command reference, and whatever is needed for all my YouTube Videos.
MIT License
879 stars 322 forks source link

ansiblesemaphore-tutorial : user setting in docker-compose.yaml #52

Closed matus-barta closed 1 year ago

matus-barta commented 1 year ago

Hello! I just followed your tutorial and wanted to deploy semaphore via portainer stacks, but had issues with "user" setting in docker-compose.yaml. When manually specified UID and GUID it has issues starting, it started after I removed the user option.

So question is, what use has this "user" option for this container, was checking the official documentation and did not see this option set. Was it intended to run container as root? If yes why when it is not in the semaphore's docs (at least in the installation part, did't look deeper in the docs)

Thank you for clarification!