Docker Nginx | Where are the configs file?

108 Views Asked by At

I'm a brand-new Docker user, and despite my research on the internet, I can't find the configuration files or even the Nginx directory on my server (Debian 11). I'm using rtmp-hls to create a stream server, but without access to the config file it's impossible to use it properly.

In which directories can I find these configuration files?

1

There are 1 best solutions below

1
Ruslan Issayev On

you need to go inside container with command: docker exec -it container_name bash and try to find there.