remove comments

This commit is contained in:
Jérémy Lecour 2022-03-15 18:55:13 +01:00 committed by Jérémy Lecour
parent 6e6a2d9a82
commit e269e86341

View file

@ -17,9 +17,6 @@ IPV6='on'
# (ie: Listen on :8090 on host, but :8080 in container) # (ie: Listen on :8090 on host, but :8080 in container)
# then you need to give the port used inside the container # then you need to give the port used inside the container
DOCKER='off' DOCKER='off'
# WARNING : If the port mapping is different between host and container
# (ie: Listen on :8090 on host but :8080 in container)
# Then you need to makes the rules with the port used inside the container
# Trusted local network # Trusted local network
# ...will be often IPv4/32 or IPv6/128 if you don't trust anything # ...will be often IPv4/32 or IPv6/128 if you don't trust anything