Created
September 25, 2018 02:23
-
-
Save notyal/03fb5dcb4fef8bf718ab4c22753cdf4b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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