Set up a way to run CLI commands as your user.
This commit is contained in:
parent
10e531b9c1
commit
55d8f19ec9
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user