diff --git a/docker-compose.yml b/docker-compose.yml index 0c31dbe..9cb2806 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,6 +17,10 @@ services: - STABILITY_API_KEY=${STABILITY_API_KEY:-} - REPLICATE_API_KEY=${REPLICATE_API_KEY:-} - CORS_ORIGINS=* + # DNS servers for reliable external API access (Replicate, etc.) + dns: + - 8.8.8.8 + - 8.8.4.4 restart: unless-stopped volumes: diff --git a/frontend/index.html b/frontend/index.html index 7c7a022..56eac22 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -3,7 +3,7 @@ - miniPaint - image editor + +miniPaint - AI Image Editor @@ -35,7 +35,7 @@