Ports will be the true ports since this will be a front-end system.

This commit is contained in:
Hyperling 2023-07-05 18:02:32 -07:00
parent c525a89bc7
commit 58bff5a5f5

View File

@ -12,5 +12,5 @@ services:
restart: always restart: always
build: ./ build: ./
ports: ports:
- 8081:80 - 80:80
- 8082:443 - 443:443