This commit is contained in:
LORENZO\pacio 2024-12-13 18:15:27 +01:00
parent 91dd27ee83
commit e2deaf6d4b
2 changed files with 2 additions and 5 deletions

View File

@ -6,9 +6,8 @@ services:
args:
USER_ID: 1000
GROUP_ID: 1000
USERNAME: poloadm
GROUPNAME: poloadm
container_name: tomcat
USERNAME: polo
GROUPNAME: polo
network_mode: host
volumes:
- ./tomcat/webapps:/usr/local/tomcat/webapps

View File

@ -9,7 +9,6 @@ services:
GROUP_ID: 1000
USERNAME: polo
GROUPNAME: polo
container_name: tomcat
network_mode: host
volumes:
- ./tomcat/webapps:/usr/local/tomcat/webapps
@ -23,7 +22,6 @@ services:
build:
context: ./apache
dockerfile: Dockerfile
container_name: apache
network_mode: host
depends_on:
- tomcat