Skip to content

Commit d279c6a

Browse files
authored
Merge pull request #139 from metinbaris/Remove-HOST_UID-and-HOST_GUID
#96 Remove HOST_UID and HOST_GUID
2 parents 00e8b86 + c5d1932 commit d279c6a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

api/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ FROM php:8.1-fpm
33
ARG BUILD_ENV=dev
44
ENV ENV=$BUILD_ENV
55
ARG DEBIAN_FRONTEND=noninteractive
6-
ARG HOST_UID=1000
7-
ARG HOST_GID=1000
86
ENV USERNAME=www-data
97
ENV APP_HOME=/var/www/html
108
EXPOSE 80

api/docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ services:
3232
context: .
3333
args:
3434
BUILD_ENV: dev
35-
HOST_UID: ${HOST_UID}
36-
HOST_GUID: ${HOST_GUID}
3735
ports:
3836
- "80:80"
3937
depends_on:

0 commit comments

Comments
 (0)