We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9709c87 commit 8643523Copy full SHA for 8643523
.prettierignore
@@ -1 +1 @@
1
-docker/volumes/api/kong.yml
+docker/volumes/**/*
docker/docker-compose.yml
@@ -321,7 +321,7 @@ services:
321
322
functions:
323
container_name: supabase-edge-functions
324
- image: supabase/edge-runtime:v1.66.4
+ image: supabase/edge-runtime:v1.66.5
325
restart: unless-stopped
326
volumes:
327
- ./volumes/functions:/home/deno/functions:Z
docker/volumes/api/kong.yml
@@ -1,4 +1,3 @@
-# ! DON'T SAVE THIS FILE WITH FORMATTING. It results in kong container being always unhealthy
2
_format_version: '2.1'
3
_transform: true
4
0 commit comments