changed name of docker network from inception to local-wp

This commit is contained in:
asus
2024-03-12 19:53:36 +01:00
parent 3181248be9
commit 3c0a32e6ac
2 changed files with 14 additions and 4 deletions

View File

@@ -1,4 +1,14 @@
- [find default nginx index.html file with welcome message](https://stackoverflow.com/a/39335059)
/usr/sbin/nginx -> binary file
/usr/lib/nginx -> modules/ empty
/usr/share/nginx -> `http-default_server.conf` -> error 404
/run/nginx -> `nginx.pid`
/var/log/nginx -> logs
/var/lib/nginx -> folders : html/index.html -> i changed it and it didn't reflect on front
/etc/logrotate.d/nginx -> file for logrogate
/etc/nginx -> classic configs files
#### debug :
- `docker exec -ti <container-name> bash` to run bash inside a running container