♻️ refactor(docker): remove versioning in docker compose file as it's deprecated

This will remove the warning message `the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion`.

Reference: https://docs.docker.com/reference/compose-file/version-and-name/#version-top-level-element-obsolete
This commit is contained in:
Joseph
2025-02-21 15:04:48 +05:30
committed by GitHub
parent b6e543801c
commit 195f8d945b

View File

@@ -1,5 +1,4 @@
--- ---
version: '3'
services: services:
umami: umami:
image: ghcr.io/umami-software/umami:postgresql-latest image: ghcr.io/umami-software/umami:postgresql-latest