mirror of
https://github.com/opensupports/opensupports.git
synced 2025-04-08 18:35:06 +02:00
fix: use 80 port http
This commit is contained in:
parent
0212b96530
commit
f787f5d015
1
api/config.php
Symbolic link
1
api/config.php
Symbolic link
@ -0,0 +1 @@
|
||||
/config/config.php
|
@ -3,7 +3,7 @@ services:
|
||||
nginx:
|
||||
image: nginx
|
||||
ports:
|
||||
- "8080:80"
|
||||
- "80:80"
|
||||
volumes:
|
||||
- ./dist:/var/www/html
|
||||
- ./nginx/conf.d/:/etc/nginx/conf.d/
|
||||
|
Loading…
x
Reference in New Issue
Block a user