mirror of
https://git.wownero.com/lza_menace/suchwow.git
synced 2024-08-15 01:03:19 +00:00
fix container name in docker-compose
This commit is contained in:
parent
95504d8bd4
commit
0c0d9c816b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue