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