]> vgcfreebox.myrthtech.pt Git - alentejosemlei.git/commitdiff
locking redis db to conections from machine only
authorvitler <vitor.goncalo.costa@gmail.com>
Sat, 11 Apr 2026 02:04:25 +0000 (03:04 +0100)
committervitler <vitor.goncalo.costa@gmail.com>
Sat, 11 Apr 2026 02:04:25 +0000 (03:04 +0100)
docker-compose.yaml

index 17dd765ca70d59deaa48843df9f968a362657c16..4e4d5c87cab180385ff90dd99aafe9dfa39b4ae5 100644 (file)
@@ -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