Skip to content

Commit

Permalink
Add nginx arg (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
NanoCode012 authored Apr 26, 2021
1 parent ed224e2 commit 16b637a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ services:
build:
dockerfile: Dockerfile
context: ./nginx
args:
DOCKER_NGINX_VERSION: ${DOCKER_NGINX_VERSION}
client:
container_name: ${CLIENT_NAME}
build:
Expand Down

0 comments on commit 16b637a

Please sign in to comment.