Skip to content

Commit a5029a6

Browse files
defguard-communitygitbook-bot
authored andcommitted
GITBOOK-337: change request with no subject merged in GitBook
1 parent 1faba87 commit a5029a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/setting-up-your-instance/docker-compose.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
env_file: .env
2626
ports:
2727
# HTTP port - open on localhost, should be secured by reverse-proxy
28-
- "127.0.0.1:80000:8000"
28+
- "127.0.0.1:8000:8000"
2929
# gRPC port for gateway to connect to
3030
# open on all interfaces/IPs - whould be secured with custom CA (see .env)
3131
- "50055:50055"

0 commit comments

Comments
 (0)