Set up a way to run CLI commands as your user.

This commit is contained in:
Dave Smith-Hayes 2024-11-21 22:28:41 -05:00
parent 10e531b9c1
commit 55d8f19ec9

View File

@ -15,7 +15,6 @@ services:
dockerfile: 'dev/php/Dockerfile' dockerfile: 'dev/php/Dockerfile'
volumes: volumes:
- './app:/var/www/slovocast' - './app:/var/www/slovocast'
user: "${UID}:${GID}"
entrypoint: [ "bash", "-c" ] entrypoint: [ "bash", "-c" ]
profiles: profiles:
- noboot - noboot