mirror of
https://github.com/opensupports/opensupports.git
synced 2025-04-08 18:35:06 +02:00
fix: add 443 port
This commit is contained in:
parent
c379a2de25
commit
aaefc87eba
@ -4,6 +4,7 @@ services:
|
||||
image: nginx
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
volumes:
|
||||
- ./dist:/var/www/html
|
||||
- ./nginx/conf.d/:/etc/nginx/conf.d/
|
||||
|
Loading…
x
Reference in New Issue
Block a user