This commit is contained in:
LORENZO\pacio 2025-07-28 09:26:27 +02:00
parent 1afab2b6cb
commit 766f771f6d
2 changed files with 5 additions and 5 deletions

View File

@ -4,10 +4,10 @@ services:
context: ./tomcat
dockerfile: Dockerfile_infinity24
args:
USER_ID: 1000
GROUP_ID: 1000
USERNAME: polo
GROUPNAME: polo
USER_ID: 20000
GROUP_ID: 20000
USERNAME: adhoc
GROUPNAME: adhoc
network_mode: host
volumes:
- ./tomcat/webapps:/usr/local/tomcat/webapps

View File

@ -1,4 +1,4 @@
FROM tomcat:8.5.100-jre8
FROM tomcat:8.5.100-jdk8
# Define arguments for the group and user IDs
ARG USER_ID