minor changes

This commit is contained in:
Lorenzo Carbonell 2023-01-10 21:02:53 +01:00
parent d2cdc2979e
commit 8682f59d94
1 changed files with 8 additions and 4 deletions

View File

@ -1,12 +1,16 @@
version: '3.6'
version: '3.7'
services:
flame:
image: pawelmalak/flame
container_name: flame
init: true
restart: unless-stopped
volumes:
- ./data:/app/data
- flame:/app/data
- /var/run/docker.sock:/var/run/docker.sock
environment:
- PASSWORD=${PASSWORD}
restart: unless-stopped
- PASSWORD
volumes:
flame: {}