This commit is contained in:
LORENZO\pacio 2025-12-02 18:18:12 +01:00
parent 766f771f6d
commit 7da6db550f
2 changed files with 1 additions and 17 deletions

View File

@ -1,16 +0,0 @@
/*questa configurazione va in /etc/docker/daemon.json*/
{
"default-address-pools": [
{
"base": "171.30.2.0/24",
"size": 24
},
{
"base": "171.31.2.0/16",
"size": 24
}
]
}

View File

@ -1,4 +1,4 @@
FROM tomcat:9.0.107-jdk17
FROM tomcat:9.0.111-jdk17
# Define arguments for the group and user IDs
ARG USER_ID