Fix Cors Error
This commit is contained in:
+1
-3
@@ -1,10 +1,8 @@
|
||||
services:
|
||||
namegen:
|
||||
build: .
|
||||
ports:
|
||||
- "8080:8080"
|
||||
environment:
|
||||
- RATE_LIMIT_RPS=2
|
||||
- RATE_LIMIT_BURST=5
|
||||
- ALLOWED_ORIGINS=https://utills.fernandovideira.com
|
||||
- ALLOWED_ORIGINS=https://utils.fernandovideira.com
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user