updated docker-compose to use the docker hub image
This commit is contained in:
parent
16efbc7cb5
commit
40b9a90bf9
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ version: "3.0"
|
|||
services:
|
||||
crablog:
|
||||
build: .
|
||||
image: mtrx1337/crablog
|
||||
ports:
|
||||
- 8000:8000
|
||||
hostname: crablog
|
||||
|
|
Loading…
Reference in a new issue