Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b8081e2

Browse files
linehkammolitor
authored andcommittedApr 12, 2024
fix: golang docker compose example
1 parent 832972e commit b8081e2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
docker:docker@127.0.0.1:4500
1+
docker:docker@fdb-coordinator:4500

‎packaging/docker/samples/golang/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ services:
5757
context: app
5858
args:
5959
FDB_VERSION: ${FDB_VERSION}
60-
network_mode: host
60+
ports:
61+
- 8080:8080/tcp
6162
environment:
6263
FDB_COORDINATOR: ${FDB_COORDINATOR}
6364
FDB_API_VERSION: ${FDB_API_VERSION}

0 commit comments

Comments
 (0)
Please sign in to comment.