bloaterbot/docker-compose.yaml
2023-03-05 04:38:25 +01:00

13 lines
No EOL
261 B
YAML

version: '3.5'
services:
nenefootbot:
image: bloaterbot:latest
container_name: bloaterbot
restart: unless-stopped
volumes:
- /opt/bloaterbot/config.toml:/app/config.toml
networks:
- expose
networks:
expose:
external: true