goMuffin/compose.yml
2025-03-29 23:21:51 +09:00

8 lines
No EOL
153 B
YAML

services:
discordbot:
container_name: "goMuffin"
build: "."
env_file:
- "./.env"
volumes:
- "/etc/localtime:/etc/localtime"