fix manager-solution
This commit is contained in:
@@ -1,5 +1,21 @@
|
||||
{
|
||||
"users": [
|
||||
{
|
||||
"id": "abc",
|
||||
"port": 3004,
|
||||
"container_name": "abc",
|
||||
"volumes": {
|
||||
"v-conf-user1": "/config"
|
||||
},
|
||||
"environment": {
|
||||
"PUID": "1000",
|
||||
"PGID": "1000",
|
||||
"PASSWORD": "Fiscality2025!"
|
||||
},
|
||||
"mem_limit": "3g",
|
||||
"memswap_limit": "5g",
|
||||
"privileged": true
|
||||
},
|
||||
{
|
||||
"id": "user1",
|
||||
"port": 3001,
|
||||
|
||||
Reference in New Issue
Block a user