We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 713c89a + 3914e86 commit 89bbe0fCopy full SHA for 89bbe0f
2 files changed
docker-compose.yml
@@ -3,9 +3,6 @@ services:
3
app:
4
build:
5
context: .
6
- args:
7
- user: ${USER}
8
9
10
nginx:
11
image: nginx
@@ -26,4 +23,4 @@ services:
26
23
| envsubst \"`printf '$${%s} ' $$(bash -c \"compgen -A variable\")`\" \
27
24
| tee $${filename/\/home\/nginx/\/etc\/nginx};
28
25
done;
29
- nginx -g 'daemon off;'"
+ nginx -g 'daemon off;'"
0 commit comments