Skip to content

Instantly share code, notes, and snippets.

@maple3142
Forked from sr229/docker-stack.yml
Last active November 5, 2019 14:04
Show Gist options
  • Save maple3142/4bb3bc8570d852c66d072c856d1e8b3c to your computer and use it in GitHub Desktop.
Save maple3142/4bb3bc8570d852c66d072c856d1e8b3c to your computer and use it in GitHub Desktop.
version: '3'
services:
ide:
image: chinodesuuu/coder:latest
volumes:
- /home/coder/projects
ports:
- '9000:9000'
- '8888:8888'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment