bloaterbot/docker-compose.yaml
watn3y 6375fe5af1 A bunch of Changes
Docker is broken as of now, will fix later
2023-12-29 05:15:23 +01:00

13 lines
No EOL
247 B
YAML

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