Fix hostname

This commit is contained in:
maurice
2025-11-22 18:19:54 +01:00
parent 52f3d8d17e
commit 0e1bd67c9d
5 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ user = "podman"
[service]
name = "numberchords-web"
host = "nc-web"
hostname = "nc-web"
image = "git.plabble.org/maurice/numberchords-web"
network = "nc-test"
depend = ["numberchords-api.service", "numberchords-identity.service"]