Skip to content

Commit cd82464

Browse files
authored
🔥 remove version to remove deprecation warning (#28)
WARN[0000] /Users/kevin/workspaces/hochfrequenz/ahbesser/docker-compose.yaml: `version` is obsolete
1 parent 222913f commit cd82464

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎docker-compose.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3'
21
services:
32
azurite:
43
image: mcr.microsoft.com/azure-storage/azurite
@@ -27,4 +26,4 @@ services:
2726
- FORMAT_VERSION_CONTAINER_NAME=format-versions
2827
depends_on:
2928
- upload-documents
30-
- azurite
29+
- azurite

0 commit comments

Comments
 (0)