mirror of
https://github.com/chubin/cheat.sh.git
synced 2026-06-20 13:16:44 +02:00
Build locally, don't pull remote by default. Include .yml to pull prebuild if wanted.
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
version: '2'
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
context: .
|
||||
image: bglopez/cheat.sh
|
||||
depends_on:
|
||||
- redis
|
||||
ports:
|
||||
+2
-1
@@ -1,7 +1,8 @@
|
||||
version: '2'
|
||||
services:
|
||||
app:
|
||||
image: cheat.sh
|
||||
build:
|
||||
context: .
|
||||
depends_on:
|
||||
- redis
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user