Update docker/nginx/conf.d/server.local.conf
Co-authored-by: Ivaylo Novakov <ro-tex@users.noreply.github.com>
This commit is contained in:
parent
5673f44d1a
commit
a95a2627d8
|
@ -1,5 +1,5 @@
|
||||||
server {
|
server {
|
||||||
# local server - no not expose this port externally
|
# local server - do not expose this port externally
|
||||||
listen 8000;
|
listen 8000;
|
||||||
listen [::]:8000;
|
listen [::]:8000;
|
||||||
|
|
||||||
|
|
Reference in New Issue