Update docker-compose.yml

This commit is contained in:
Yasir Aris M 2024-07-29 15:59:18 +07:00 committed by GitHub
parent e40f6b511e
commit 2437f77786
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,3 @@
version: "3.9"
services: services:
misskaty: misskaty:
image: misskaty image: misskaty
@ -8,8 +6,6 @@ services:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
command: bash start.sh command: bash start.sh
environment:
CONFIG_FILE_URL: $CONFIG_FILE_URL
restart: on-failure restart: on-failure
# restarter: # restarter: