Jenkins fixes
This commit is contained in:
+3
-2
@@ -3,12 +3,13 @@ services:
|
||||
wrenchtoken-web:
|
||||
build:
|
||||
context: .
|
||||
image: registry.chiefsoft.net/wrenchtoken-web:latest
|
||||
dockerfile: docker/apache/Dockerfile
|
||||
args:
|
||||
uid: ${UID}
|
||||
environment:
|
||||
- APACHE_RUN_USER=#${UID}
|
||||
- APACHE_RUN_GROUP=#${UID}
|
||||
- APACHE_RUN_USER=${UID}
|
||||
- APACHE_RUN_GROUP=${UID}
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./:/var/www/html
|
||||
|
||||
Reference in New Issue
Block a user