We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7637e2a commit e830bdeCopy full SHA for e830bde
docker-compose.yml
@@ -11,8 +11,8 @@ services:
11
- VERSION=${VERSION:-4.102.1}
12
- CODE_RELEASE=${CODE_RELEASE:-4.102.1}
13
environment:
14
- - PUID=${PUID:-1000}
15
- - PGID=${PGID:-1000}
+ - PUID=${PUID:-0}
+ - PGID=${PGID:-0}
16
- TZ=${TZ:-America/Chicago}
17
- PROXY_DOMAIN=${PROXY_DOMAIN:-}
18
- DEFAULT_WORKSPACE=${DEFAULT_WORKSPACE:-/workspace}
0 commit comments