diff options
| author | Columbiysky <c.7843543@gmail.com> | 2025-04-12 09:19:55 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-12 09:19:55 +0300 |
| commit | aab01ff11a1b35b1e491c56c704826903b7797b1 (patch) | |
| tree | ca8549f400c092d54ca17f46df1ce6757c0f62d6 /docker-compose.yml | |
| parent | 236dddf4825c23edba20ad3cce6a58cdbe403a75 (diff) | |
fix docker-compose.yml: the attribute `version` is obsolete (#2891)
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 00a82901..50cad52c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,3 @@ ---- -version: "3" - services: 3x-ui: image: ghcr.io/mhsanaei/3x-ui:latest |
