Skip to content
Snippets Groups Projects
Commit e2d97832 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

add build arg to nginx container

parent c0761149
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ services:
args:
USER: ${USER_ID}
GROUP: ${GROUP_ID}
FPMHOST: ${FPMHOST}
image: ${IMAGE_NAME}/nginx:${IMAGE_TAG}
ports:
- 8080:80
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment