12 lines
268 B
YAML
12 lines
268 B
YAML
|
---
|
||
|
services:
|
||
|
hypixel-flipper:
|
||
|
container_name: hypixel-flipper
|
||
|
build: .
|
||
|
restart: unless-stopped
|
||
|
env_file:
|
||
|
- .env
|
||
|
volumes:
|
||
|
- /etc/localtime:/etc/localtime:ro
|
||
|
- /etc/timezone:/etc/timezone:ro
|
||
|
- ./config.json:/app/config.json
|