fix: remove deprecated compose version tag

This commit is contained in:
LRVT
2024-11-04 13:08:51 +01:00
parent ea9ff8a925
commit dba1b9f1cc
148 changed files with 658 additions and 603 deletions

View File

@@ -1,6 +1,5 @@
version: '3.6'
services:
flame:
image: pawelmalak/flame
container_name: flame
@@ -9,6 +8,8 @@ services:
#- /var/run/docker.sock:/var/run/docker.sock # optional but required for Docker integration
ports:
- 5005:5005
expose:
- 5005
environment:
- PASSWORD=MyStrongLoginPassword
restart: unless-stopped