Skip to content

Commit 02244da

Browse files
committed
Reverted UID/GID to 1000
Fixes #37
1 parent dbad159 commit 02244da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-env.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ MYSQL_PASSWORD=dev
1414
MYSQL_DATABASE=typo3
1515

1616
PHP_TIMEZONE=UTC
17-
PHP_UID=1001
18-
PHP_GID=1001
17+
PHP_UID=1000
18+
PHP_GID=1000

0 commit comments

Comments
 (0)