This repository has been archived on 2024-05-11. You can view files and clone it, but cannot push or open issues or pull requests.
Corn-Utility/docker-compose.yml

12 lines
344 B
YAML
Raw Normal View History

version: '3.8'
services:
bot:
container_name: Corn-Utility
image: 'git.toast-server.net/toast/corn-utility:main@sha256:d966d1c466e60617d0059a4d9a3a147baf9228d2a90ed2dbceab4e9ad392e49e'
volumes:
2023-10-19 18:08:38 -04:00
- ./tokens.json:/home/corn-util/tokens.json:ro
expose:
- 23242:23242
restart: unless-stopped
network_mode: host