webserver: Adjust container names
This commit is contained in:
parent
8ac594ea8f
commit
8bd2b8afd9
1 changed files with 2 additions and 0 deletions
|
@ -106,6 +106,7 @@ in
|
|||
nifoc-pw-docs = {
|
||||
service = {
|
||||
image = "ghcr.io/nifoc/nifoc.pw-docs:master";
|
||||
container_name = "nifoc-pw-docs";
|
||||
restart = "unless-stopped";
|
||||
depends_on = [
|
||||
"ipv6nat"
|
||||
|
@ -129,6 +130,7 @@ in
|
|||
weewx = {
|
||||
service = {
|
||||
image = "ghcr.io/nifoc/weewx-docker:master";
|
||||
container_name = "weewx";
|
||||
restart = "unless-stopped";
|
||||
depends_on = [
|
||||
"ipv6nat"
|
||||
|
|
Loading…
Reference in a new issue