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 ac32474 commit 535f506Copy full SHA for 535f506
docker-compose.typo3-docs.yaml
@@ -5,6 +5,7 @@ services:
5
container_name: ddev-${DDEV_SITENAME}-typo3-docs
6
hostname: ${DDEV_SITENAME}-typo3-docs
7
image: ${RENDER_GUIDES_BASE_IMAGE:-ghcr.io/typo3-documentation/render-guides:latest}
8
+ user: "${DDEV_UID}:${DDEV_GID}"
9
labels:
10
com.ddev.site-name: ${DDEV_SITENAME}
11
com.ddev.approot: ${DDEV_APPROOT}
0 commit comments