mirror of
https://github.com/chubin/cheat.sh
synced 2024-11-13 22:47:08 +00:00
Build locally, don't pull remote by default. Include .yml to pull prebuild if wanted.
This commit is contained in:
parent
19c0aaa437
commit
4846328b88
2 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
|||
version: '2'
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
context: .
|
||||
image: bglopez/cheat.sh
|
||||
depends_on:
|
||||
- redis
|
||||
ports:
|
|
@ -1,7 +1,8 @@
|
|||
version: '2'
|
||||
services:
|
||||
app:
|
||||
image: cheat.sh
|
||||
build:
|
||||
context: .
|
||||
depends_on:
|
||||
- redis
|
||||
ports:
|
||||
|
|
Loading…
Reference in a new issue