mirror of
https://github.com/TeamPiped/Piped-Docker.git
synced 2024-08-14 23:56:53 +00:00
expose nginx ports
This commit is contained in:
parent
12a05cad36
commit
ca75f035a6
1 changed files with 3 additions and 1 deletions
|
@ -39,7 +39,9 @@ services:
|
|||
image: nginx:mainline-alpine
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8080:80"
|
||||
- "FRONTEND_PORT:FRONTEND_PORT"
|
||||
- "BACKEND_PORT:BACKEND_PORT"
|
||||
- "PROXY_PORT:PROXY_PORT"
|
||||
volumes:
|
||||
- ./config/nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
- ./config/pipedapi.conf:/etc/nginx/conf.d/pipedapi.conf:ro
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue