Skip to content

Commit

Permalink
build(docker-compose.yml) fix GID
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Jun 21, 2023
1 parent 546c71f commit 78ab13a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
args:
PHP_VERSION: "${PHP_VERSION:-5.6}"
USER_UID: "${USER_UID:-33}"
USER_GID: "${USER_GID:-www-data}"
USER_GID: "${USER_GID:-33}"
USER_NAME: "${USER_NAME:-www-data}"
TARGET: "wordpress"
depends_on:
Expand Down Expand Up @@ -69,7 +69,7 @@ services:
args:
PHP_VERSION: "${PHP_VERSION:-5.6}"
USER_UID: "${USER_UID:-33}"
USER_GID: "${USER_GID:-www-data}"
USER_GID: "${USER_GID:-33}"
USER_NAME: "${USER_NAME:-www-data}"
TARGET: "codeception"
depends_on:
Expand Down

0 comments on commit 78ab13a

Please sign in to comment.