mirror of
https://github.com/chubin/cheat.sh.git
synced 2026-06-20 13:16:44 +02:00
docker: remove compose file with missing prebuilt image
No https://hub.docker.com/u/bglopez/cheat.sh
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
version: '2'
|
||||
services:
|
||||
app:
|
||||
image: bglopez/cheat.sh
|
||||
depends_on:
|
||||
- redis
|
||||
ports:
|
||||
- "8002:8002"
|
||||
redis:
|
||||
image: redis:4-alpine
|
||||
volumes:
|
||||
- redis_data:/data
|
||||
volumes:
|
||||
redis_data:
|
||||
Reference in New Issue
Block a user