fix: use correct port

This commit is contained in:
Ahwx 2024-07-17 11:48:05 +02:00
parent 9123eed1f9
commit 96c87068c5

View file

@ -15,7 +15,7 @@
containers."livdottown" = { containers."livdottown" = {
image = "ghcr.io/ahwxorg/liv.town:latest"; image = "ghcr.io/ahwxorg/liv.town:latest";
ports = [ ports = [
"4321:4321/tcp" "0.0.0.0:4321:8080"
]; ];
}; };
}; };