--- services: hypixel-flipper: container_name: hypixel-flipper build: . restart: unless-stopped env_file: - .env volumes: - /etc/localtime:/etc/localtime:ro - /etc/timezone:/etc/timezone:ro - ./config.json:/app/config.json