♻️ 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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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