We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b74d5 commit ff0b5c8Copy full SHA for ff0b5c8
docker-compose.yml
@@ -9,6 +9,8 @@ services:
9
build:
10
dockerfile: Dockerfile
11
context: ./nginx
12
+ args:
13
+ DOCKER_NGINX_VERSION: ${DOCKER_NGINX_VERSION}
14
client:
15
container_name: ${CLIENT_NAME}
16
0 commit comments