mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
♻️ 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:
parent
b6e543801c
commit
195f8d945b
1 changed files with 0 additions and 1 deletions
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
version: '3'
|
||||
services:
|
||||
umami:
|
||||
image: ghcr.io/umami-software/umami:postgresql-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue