We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 724cfeb commit b98ea16Copy full SHA for b98ea16
.installer/templates/docker-compose.yml
@@ -2,7 +2,7 @@ version: '3.6'
2
3
services:
4
application:
5
- user: "${UID}:${GID}" #don't run as root by default to prevent permission conflicts
+ user: "${UID:-1000}:${GID:-1000}" #don't run as root by default to prevent permission conflicts
6
build:
7
context: docker/application
8
args:
docker-compose.yml
0 commit comments