forked from jmug/stoatchat
fix: cors needs to be attached
This commit is contained in:
@@ -10,3 +10,9 @@ services:
|
||||
- "27017:27017"
|
||||
volumes:
|
||||
- ./.data/db:/data/db
|
||||
mongo-express:
|
||||
image: mongo-express
|
||||
ports:
|
||||
- "8081:8081"
|
||||
environment:
|
||||
- ME_CONFIG_MONGODB_SERVER=database
|
||||
|
||||
Reference in New Issue
Block a user