Skip to content

Commit 89bbe0f

Browse files
authored
Merge pull request #464 from bertho-zero/fix-docker
remove the use of user in the docker-compose file
2 parents 713c89a + 3914e86 commit 89bbe0f

2 files changed

Lines changed: 141 additions & 856 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ services:
33
app:
44
build:
55
context: .
6-
args:
7-
user: ${USER}
8-
user: ${USER}
96

107
nginx:
118
image: nginx
@@ -26,4 +23,4 @@ services:
2623
| envsubst \"`printf '$${%s} ' $$(bash -c \"compgen -A variable\")`\" \
2724
| tee $${filename/\/home\/nginx/\/etc\/nginx};
2825
done;
29-
nginx -g 'daemon off;'"
26+
nginx -g 'daemon off;'"

0 commit comments

Comments
 (0)