fix container name in docker-compose

graphs-n-shit
lza_menace 4 years ago
parent 95504d8bd4
commit 0c0d9c816b

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

Loading…
Cancel
Save