redefined application name

This commit is contained in:
gyurix
2025-01-02 15:33:54 +01:00
parent 9b055c6738
commit 401c6bea8e
4 changed files with 4 additions and 4 deletions

View File

@@ -52,7 +52,7 @@
"SOURCE": "coredns" "SOURCE": "coredns"
}, },
{ {
"TARGET": "outline" "TARGET": "outline-app"
}, },
{ {
"TYPE": "udp" "TYPE": "udp"

View File

@@ -49,7 +49,7 @@
"CHAIN": "DOCKER-USER" "CHAIN": "DOCKER-USER"
}, },
{ {
"SOURCE": "outline" "SOURCE": "outline-app"
}, },
{ {
"TARGET": "smtp" "TARGET": "smtp"

View File

@@ -52,7 +52,7 @@
"SOURCE": "smarthostbackend" "SOURCE": "smarthostbackend"
}, },
{ {
"TARGET": "outline" "TARGET": "outline-app"
}, },
{ {
"TYPE": "tcp" "TYPE": "tcp"

View File

@@ -82,7 +82,7 @@
"UPDATE": "true", "UPDATE": "true",
"NAME": "outlineapp", "NAME": "outlineapp",
"NETWORK": "outline-net", "NETWORK": "outline-net",
"SELECTOR": "outline", "SELECTOR": "outline-app",
"VOLUMES": [ "VOLUMES": [
{ {
"SOURCE": "/etc/user/data/outline/data", "SOURCE": "/etc/user/data/outline/data",