Published 10 months ago
Published 10 months ago
Nєυтяσи
Updated 10 months ago
0
Hi,
I just installed safeline and I'm doing some configs,
I'd like to disable the fact safeline web ui's listens on my public ip and only on 127.0.0.1 as I'll use cf tunnel in order to access from the external.
Thanks in advance!
Carrie
Updated 10 months ago
0
Change that in the docker-compose.yml file, then reload the configuration using:
docker-compose down && docker-compose up -d
or
docker compose down && docker compose up -d
(depending on your Docker Compose version).
Nєυтяσи
Updated 10 months ago
thanks!