Ports will be the true ports since this will be a front-end system.
This commit is contained in:
parent
c525a89bc7
commit
58bff5a5f5
@ -1,6 +1,6 @@
|
|||||||
# 2022-10-05 Hyperling
|
# 2022-10-05 Hyperling
|
||||||
# Reverse Proxy
|
# Reverse Proxy
|
||||||
# This is a revised version of the original work here:
|
# This is a revised version of the original work here:
|
||||||
# https://phoenixnap.com/kb/docker-nginx-reverse-proxy
|
# https://phoenixnap.com/kb/docker-nginx-reverse-proxy
|
||||||
# https://www.docker.com/blog/how-to-use-the-official-nginx-docker-image/
|
# https://www.docker.com/blog/how-to-use-the-official-nginx-docker-image/
|
||||||
|
|
||||||
@ -12,5 +12,5 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
build: ./
|
build: ./
|
||||||
ports:
|
ports:
|
||||||
- 8081:80
|
- 80:80
|
||||||
- 8082:443
|
- 443:443
|
||||||
|
Loading…
x
Reference in New Issue
Block a user