Skip to content

Commit ff0b5c8

Browse files
authored
Add nginx arg (#14) (#15)
1 parent c7b74d5 commit ff0b5c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ services:
99
build:
1010
dockerfile: Dockerfile
1111
context: ./nginx
12+
args:
13+
DOCKER_NGINX_VERSION: ${DOCKER_NGINX_VERSION}
1214
client:
1315
container_name: ${CLIENT_NAME}
1416
build:

0 commit comments

Comments
 (0)