Skip to content

Instantly share code, notes, and snippets.

@Dishwasha
Created April 3, 2019 03:12
Show Gist options
  • Save Dishwasha/4dbca7bb1374a92e16d932c75436f879 to your computer and use it in GitHub Desktop.
Save Dishwasha/4dbca7bb1374a92e16d932c75436f879 to your computer and use it in GitHub Desktop.
ghdl docker-compose file
version: '3'
services:
ghdl:
image: ghdl/ghdl:ubuntu18-llvm-5.0
volumes:
- .:/src
working_dir: /src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment