Created
April 5, 2018 17:00
-
-
Save jgentes/744648143d0e2c053894a33b54623f6b to your computer and use it in GitHub Desktop.
Failing docker-compose for resin
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: '2' | |
services: | |
sidekick: | |
restart: always | |
privileged: true | |
build: | |
args: | |
GIT_KEY: abcd | |
image: ./sidekick | |
influx: | |
restart: always | |
image: ./influx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment