updated docker-compose to use the docker hub image

This commit is contained in:
Leonard Lorenz 2021-05-02 19:54:39 +02:00
parent 16efbc7cb5
commit 40b9a90bf9

View file

@ -2,6 +2,7 @@ version: "3.0"
services:
crablog:
build: .
image: mtrx1337/crablog
ports:
- 8000:8000
hostname: crablog