Skip to content

Commit f03c96d

Browse files
author
Bastian Schwarz
committed
Added fallback for UID and GID so phive update job can run with the correct user
1 parent 207e48b commit f03c96d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.6'
22

33
services:
44
application:
5-
user: "${UID}:${GID}" #don't run as root by default to prevent permission conflicts
5+
user: "${UID:-1000}:${GID:-1000}" #don't run as root by default to prevent permission conflicts
66
build:
77
context: docker/application
88
args:

0 commit comments

Comments
 (0)