.
This commit is contained in:
parent
766f771f6d
commit
7da6db550f
16
daemon.json
16
daemon.json
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user