Skip to content

Instantly share code, notes, and snippets.

@yuliji
Created January 3, 2018 04:21
Show Gist options
  • Save yuliji/5a2ef4f95fc130bfce7697868c5b1738 to your computer and use it in GitHub Desktop.
Save yuliji/5a2ef4f95fc130bfce7697868c5b1738 to your computer and use it in GitHub Desktop.
[sampel docker-compose.yml] #docker
version: '3'
services:
linguistic-server:
image: "linguistic-server"
ports:
- "8888:8888"
# volumes:
# - .:/code
language-tool:
image: "language-tool"
ports:
- "8010:8010"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment