Skip to content

Instantly share code, notes, and snippets.

@jumbo-in-Jap
Created April 20, 2018 06:40
Show Gist options
  • Save jumbo-in-Jap/e43b39622336964a6198e87c0c1f11a7 to your computer and use it in GitHub Desktop.
Save jumbo-in-Jap/e43b39622336964a6198e87c0c1f11a7 to your computer and use it in GitHub Desktop.
docker revel
version: '2'
services:
web:
tty: true
build: .
#command: dlv debug --headless --listen=:5050 --log
volumes:
- ./:/go/src/your_application_source
privileged: true # Delveで必要なので付与します。
ports:
- 5050:5050
- 9000:9000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment