Skip to content

Instantly share code, notes, and snippets.

@iamdylanngo
Created September 11, 2021 12:38
Show Gist options
  • Save iamdylanngo/a79fcef7ffa26426c9ac39a8cb7c9f6d to your computer and use it in GitHub Desktop.
Save iamdylanngo/a79fcef7ffa26426c9ac39a8cb7c9f6d to your computer and use it in GitHub Desktop.
docker-compose-erlang
version: '3.7'
services:
erlang:
image: dylanops/erlang:22
container_name: erlang
volumes:
-./project/path:/home/erlang/app
- ~/.cache/rebar3:/home/erlang/.cache/rebar3
ports:
- "8080:8080"
tty: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment