fix container name in docker-compose

This commit is contained in:
lza_menace 2020-08-08 00:18:46 -07:00
parent 95504d8bd4
commit 0c0d9c816b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
version: '3'
services:
wownero-explorer:
suchwow:
build:
context: .
command: gunicorn --bind 0.0.0.0:4000 "suchwow.app:app"