Skip to content

Commit 535f506

Browse files
[TASK] Specify user the container runs as
Not root, for the volume mounts!
1 parent ac32474 commit 535f506

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.typo3-docs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ services:
55
container_name: ddev-${DDEV_SITENAME}-typo3-docs
66
hostname: ${DDEV_SITENAME}-typo3-docs
77
image: ${RENDER_GUIDES_BASE_IMAGE:-ghcr.io/typo3-documentation/render-guides:latest}
8+
user: "${DDEV_UID}:${DDEV_GID}"
89
labels:
910
com.ddev.site-name: ${DDEV_SITENAME}
1011
com.ddev.approot: ${DDEV_APPROOT}

0 commit comments

Comments
 (0)