docker-compose.yaml (view raw)
1name: disgord 2 3services: 4 app: 5 build: . 6 image: ghcr.io/birabittoh/disgord:main 7 container_name: 'disgord' 8 restart: unless-stopped 9 volumes: 10 - /etc/localtime:/etc/localtime:ro 11 - ./config.json:/app/config.json