We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfc35cc commit a8081ebCopy full SHA for a8081eb
docker-compose.yml
@@ -7,7 +7,7 @@ services:
7
args:
8
TARGETPLATFORM: ${TARGETPLATFORM:-linux/amd64}
9
ports:
10
- - "7788:80" # Gradio default port
+ - "80:7788" # Gradio default port
11
- "6080:6080" # noVNC web interface
12
- "5901:5901" # VNC port
13
- "9222:9222" # Chrome remote debugging port
0 commit comments