mirror of
https://github.com/cloudmaker97/FS25-Discord-Bot.git
synced 2025-12-06 00:18:34 +00:00
11 lines
No EOL
197 B
YAML
11 lines
No EOL
197 B
YAML
version: "2"
|
|
|
|
services:
|
|
ls25bot:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
container_name: ls25bot
|
|
restart: always
|
|
volumes:
|
|
- ./config.json:/app/config.json |