mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
fix: use correct port
This commit is contained in:
parent
9123eed1f9
commit
96c87068c5
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
containers."livdottown" = {
|
||||
image = "ghcr.io/ahwxorg/liv.town:latest";
|
||||
ports = [
|
||||
"4321:4321/tcp"
|
||||
"0.0.0.0:4321:8080"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue