z
This commit is contained in:
parent
1afab2b6cb
commit
766f771f6d
@ -4,10 +4,10 @@ services:
|
|||||||
context: ./tomcat
|
context: ./tomcat
|
||||||
dockerfile: Dockerfile_infinity24
|
dockerfile: Dockerfile_infinity24
|
||||||
args:
|
args:
|
||||||
USER_ID: 1000
|
USER_ID: 20000
|
||||||
GROUP_ID: 1000
|
GROUP_ID: 20000
|
||||||
USERNAME: polo
|
USERNAME: adhoc
|
||||||
GROUPNAME: polo
|
GROUPNAME: adhoc
|
||||||
network_mode: host
|
network_mode: host
|
||||||
volumes:
|
volumes:
|
||||||
- ./tomcat/webapps:/usr/local/tomcat/webapps
|
- ./tomcat/webapps:/usr/local/tomcat/webapps
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
FROM tomcat:8.5.100-jre8
|
FROM tomcat:8.5.100-jdk8
|
||||||
|
|
||||||
# Define arguments for the group and user IDs
|
# Define arguments for the group and user IDs
|
||||||
ARG USER_ID
|
ARG USER_ID
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user