mirror of
https://github.com/bitvora/wot-relay.git
synced 2025-06-04 08:22:03 +00:00
fix http: panic serving 100.114.176.46:58517: open public/index.html: no such file or directory
This commit is contained in:
parent
809d87e283
commit
a5bbfe6165
@ -7,8 +7,8 @@ services:
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- "./db:/app/db" # only change the left side before the colon
|
||||
- "./templates/index.html:/app/templates/index.html" # only change the left side before the colon
|
||||
- "./templates/static:/app/templates/static" # only change the left side before the colon
|
||||
- "./db:/app/db"
|
||||
- "./templates/index.html:${INDEX_PATH}"
|
||||
- "./templates/static:${STATIC_PATH}"
|
||||
ports:
|
||||
- "3334:3334"
|
||||
|
@ -8,8 +8,8 @@ services:
|
||||
- .env
|
||||
volumes:
|
||||
- "./db:/app/db"
|
||||
- "./templates/index.html:/app/templates/index.html"
|
||||
- "./templates/static:/app/templates/static"
|
||||
- "./templates/index.html:${INDEX_PATH}"
|
||||
- "./templates/static:${STATIC_PATH}"
|
||||
ports:
|
||||
- "3334"
|
||||
|
||||
|
@ -7,8 +7,8 @@ services:
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- "./db:/app/db" # only change the left side before the colon
|
||||
- "./templates/index.html:/app/templates/index.html" # only change the left side before the colon
|
||||
- "./templates/static:/app/templates/static" # only change the left side before the colon
|
||||
- "./db:/app/db"
|
||||
- "./templates/index.html:${INDEX_PATH}"
|
||||
- "./templates/static:${STATIC_PATH}"
|
||||
ports:
|
||||
- "3334:3334"
|
||||
|
Loading…
x
Reference in New Issue
Block a user