From b3f3ab7a00f5a023046704287e70a68861533b6b Mon Sep 17 00:00:00 2001 From: nihilist Date: Sun, 22 Dec 2024 16:22:19 +0100 Subject: [PATCH] updated --- opsec/anonsimplex/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opsec/anonsimplex/index.html b/opsec/anonsimplex/index.html index ea95d04..fc08f40 100644 --- a/opsec/anonsimplex/index.html +++ b/opsec/anonsimplex/index.html @@ -192,7 +192,7 @@ services: restart: always user: "1000:1000" #user uid - change if necessary ports: - - "5223:5223" #this will expose port 5223 to internet + - "127.0.0.1:5223:5223" #this will expose port 5223 to internet volumes: - ./smp/config:/etc/opt/simplex:Z - ./smp/logs:/var/opt/simplex:Z @@ -212,7 +212,7 @@ services: container_name: simplex-xftp user: "1000:1000" #user uid - change if necessary ports: - - "5233:443" #port mapping to expose xftp to internet on port 5233 + - "127.0.0.1:5233:5233" #port mapping to expose xftp to internet on port 5233 restart: always volumes: - ./xftp/config:/etc/opt/simplex-xftp:Z