Skip to content

Instantly share code, notes, and snippets.

@notyal
Created September 25, 2018 02:23
Show Gist options
  • Save notyal/03fb5dcb4fef8bf718ab4c22753cdf4b to your computer and use it in GitHub Desktop.
Save notyal/03fb5dcb4fef8bf718ab4c22753cdf4b to your computer and use it in GitHub Desktop.
version: '3'
services:
lasso:
container_name: lasso
image: bfoote/lasso
restart: always
ports:
- "9090:9090"
network_mode: bridge
volumes:
- ./data:/data
- ./config:/config:ro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment