1
0
Fork 0

webserver: Adjust container names

This commit is contained in:
Daniel Kempkens 2022-11-19 19:09:40 +01:00
parent 8ac594ea8f
commit 8bd2b8afd9
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -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"