variable troubles

This commit is contained in:
cody conder
2025-11-07 23:47:42 -06:00
parent 8bfa19a6ad
commit 84c04fcce6

View File

@@ -33,6 +33,12 @@
} }
], ],
"internalPort": 51515, "internalPort": 51515,
"addPorts": [
{"containerPort":51515,
"hostPort":${APP_PORT},
"tcp":true,
"udp":false}
],
"volumes": [ "volumes": [
{ {
"hostPath": "/home/ccondor/kopia/certs", "hostPath": "/home/ccondor/kopia/certs",