🔧 Several CORS related fixes

This commit is contained in:
2021-11-25 23:47:00 -08:00
parent 95fe37e542
commit 0c01d11b44
6 changed files with 74 additions and 40 deletions

View File

@@ -12,7 +12,7 @@ services:
- $COMICS_DIRECTORY:/comics
- $USERDATA_DIRECTORY:/userdata
ports:
- "8050:8050"
# - "8050:8050"
- "3050:3050"
links:
- importapi
@@ -175,7 +175,7 @@ services:
ports:
- 8050:80
environment:
- TARGET_DOMAIN=ghost
- TARGET_DOMAIN=0.0.0.0
# elasticsearch:
# image: docker.elastic.co/elasticsearch/elasticsearch:7.10.0