mirror of
https://github.com/laoxong/nofx.git
synced 2026-06-07 03:07:56 +08:00
feat: web 443 port and ssl cert
This commit is contained in:
+3
-1
@@ -87,7 +87,9 @@ services:
|
||||
container_name: nofx-frontend
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "${NOFX_FRONTEND_PORT:-3000}:80"
|
||||
- "${NOFX_FRONTEND_PORT:-3000}:443"
|
||||
volumes:
|
||||
- ./certs:/etc/nginx/certs:ro # 挂载证书目录
|
||||
networks:
|
||||
- nofx-network
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user