# Fix Go docker-compose example

**URL:** https://forums.foundationdb.org/t/fix-go-docker-compose-example/3906
**Category:** Development
**Created:** [April 15, 2023, 12:24pm UTC](https://forums.foundationdb.org/t/fix-go-docker-compose-example/3906 "2023-04-15T12:24:01Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![danthegoodman](https://sea1.discourse-cdn.com/foundationdb/user_avatar/forums.foundationdb.org/danthegoodman/32/1567_2.png) [@danthegoodman](https://forums.foundationdb.org/u/danthegoodman)
#### Post date: [April 15, 2023, 12:24pm UTC](https://forums.foundationdb.org/t/fix-go-docker-compose-example/3906/1 "2023-04-15T12:24:01Z")

</div>

I was hoping to be able to contribute back to the repo to fix the golang example, as it currently tries to pull from a link that does not exist, and execute a bash script that does not exist.

It seems the repo is limited to only allowing collaborators to open a PR, so I’ll drop the link to my commit here hoping someone can carry it to it’s final destination 🙂

> <https://github.com/danthegoodman1/foundationdb/commit/15d59cbf24c3099f981f643018e9cac376129e11>

This was tested by running in a Github Codespace and simply using `docker compose up -d`

---

<div class="post-metadata">

### Author: ![jzhou](https://sea1.discourse-cdn.com/foundationdb/user_avatar/forums.foundationdb.org/jzhou/32/445_2.png) [@jzhou](https://forums.foundationdb.org/u/jzhou)
#### Post date: [April 15, 2023, 2:17pm UTC](https://forums.foundationdb.org/t/fix-go-docker-compose-example/3906/2 "2023-04-15T14:17:05Z")

</div>

Thanks! I’ve created [Changes to allow golang example to work by jzhou77 · Pull Request #9975 · apple/foundationdb · GitHub](https://github.com/apple/foundationdb/pull/9975) from your commit.

---

<div class="post-metadata">

### Author: ![jzhou](https://sea1.discourse-cdn.com/foundationdb/user_avatar/forums.foundationdb.org/jzhou/32/445_2.png) [@jzhou](https://forums.foundationdb.org/u/jzhou)
#### Post date: [April 16, 2023, 4:26pm UTC](https://forums.foundationdb.org/t/fix-go-docker-compose-example/3906/3 "2023-04-16T16:26:32Z")

</div>

@danthegoodman , can you address the comment by removing `FDB_WEBSITE` in the PR (simply adding another commit to your branch)?

---

<div class="post-metadata">

### Author: ![danthegoodman](https://sea1.discourse-cdn.com/foundationdb/user_avatar/forums.foundationdb.org/danthegoodman/32/1567_2.png) [@danthegoodman](https://forums.foundationdb.org/u/danthegoodman)
#### Post date: [April 16, 2023, 4:47pm UTC](https://forums.foundationdb.org/t/fix-go-docker-compose-example/3906/4 "2023-04-16T16:47:14Z")

</div>

Just did! [Remove unused FDB\_WEBSITE arg in Dockerfile · danthegoodman1/foundationdb@36415a2 · GitHub](https://github.com/danthegoodman1/foundationdb/commit/36415a25f283da9e380cea573ddd2da15f28d617)
