no more world accessible servers, cool

This commit is contained in:
nora 2024-08-05 00:36:17 +02:00
parent 2319542edd
commit b58d3f4ceb
3 changed files with 6 additions and 6 deletions

View file

@ -21,7 +21,7 @@
environment = {
UPTIME_CONFIG_PATH = "/uptime.json";
};
ports = [ "5010:3000" ];
ports = [ "127.0.0.1:5010:3000" ];
login = {
registry = "docker.noratrieb.dev";
username = "nils";