Files
haider-bot/docker-compose.yml
2023-03-08 15:56:23 +00:00

9 lines
148 B
YAML

version: "3"
services:
app:
build:
context: .
dockerfile: Dockerfiles/Dockerfile
container_name: winglbot
restart: always