Redis will only listen on the 127.0.0.1 and not remote connections.

This commit is contained in:
Amritanshu Agrawal 2021-08-18 09:18:30 +05:30
parent fbd10208a8
commit 1189c478d6
1 changed files with 2 additions and 1 deletions

View File

@ -16,4 +16,5 @@
image: "{{ container_image }}"
state: started
restart_policy: "unless-stopped"
published_ports:
- 127.0.0.1:6379:6379