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 = {
|
nifoc-pw-docs = {
|
||||||
service = {
|
service = {
|
||||||
image = "ghcr.io/nifoc/nifoc.pw-docs:master";
|
image = "ghcr.io/nifoc/nifoc.pw-docs:master";
|
||||||
|
container_name = "nifoc-pw-docs";
|
||||||
restart = "unless-stopped";
|
restart = "unless-stopped";
|
||||||
depends_on = [
|
depends_on = [
|
||||||
"ipv6nat"
|
"ipv6nat"
|
||||||
|
@ -129,6 +130,7 @@ in
|
||||||
weewx = {
|
weewx = {
|
||||||
service = {
|
service = {
|
||||||
image = "ghcr.io/nifoc/weewx-docker:master";
|
image = "ghcr.io/nifoc/weewx-docker:master";
|
||||||
|
container_name = "weewx";
|
||||||
restart = "unless-stopped";
|
restart = "unless-stopped";
|
||||||
depends_on = [
|
depends_on = [
|
||||||
"ipv6nat"
|
"ipv6nat"
|
||||||
|
|
Loading…
Reference in a new issue