Rename traefik network to traefik
Webproxy is the name intended for the network where the netbird container used for proxying resides.
This commit is contained in:
parent
f894c27799
commit
90b63bd24f
3 changed files with 10 additions and 10 deletions
|
|
@ -21,7 +21,7 @@ in {
|
|||
image = "ghcr.io/pocket-id/pocket-id:v${version}";
|
||||
autoStart = true;
|
||||
networks = [
|
||||
"webproxy"
|
||||
"traefik"
|
||||
];
|
||||
environment = {
|
||||
APP_URL = pocketidCfg.settings.APP_URL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue