From: vitler Date: Sat, 11 Apr 2026 02:04:25 +0000 (+0100) Subject: locking redis db to conections from machine only X-Git-Url: https://vgcfreebox.myrthtech.pt/gitweb/alentejosemlei.git/commitdiff_plain/f45cda646574700895148e4ccef7b35f5e2bc108?ds=inline;hp=ab24380a06f599c16b49628bbb790108edc66528 locking redis db to conections from machine only --- diff --git a/docker-compose.yaml b/docker-compose.yaml index 17dd765..4e4d5c8 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -3,7 +3,7 @@ services: image: redis:latest container_name: nwn_redis ports: - - "6380:6379" + - "127.0.0.1:6380:6379" restart: unless-stopped nwserver: image: nwnxee/unified:latest