1
0
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:
Anatoli Babenia
2021-11-12 18:30:49 +03:00
parent 0ff765a0a3
commit dd35bc90bb
-14
View File
@@ -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: