Redis will only listen on the 127.0.0.1 and not remote connections.
This commit is contained in:
parent
fbd10208a8
commit
1189c478d6
@ -16,4 +16,5 @@
|
||||
image: "{{ container_image }}"
|
||||
state: started
|
||||
restart_policy: "unless-stopped"
|
||||
|
||||
published_ports:
|
||||
- 127.0.0.1:6379:6379
|
||||
|
Loading…
Reference in New Issue
Block a user