12 lines
No EOL
278 B
YAML
12 lines
No EOL
278 B
YAML
---
|
|
services:
|
|
hypixel-auc-notifier:
|
|
container_name: hypixel-auc-notifier
|
|
build: .
|
|
restart: unless-stopped
|
|
env_file:
|
|
- .env
|
|
volumes:
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- /etc/timezone:/etc/timezone:ro
|
|
- ./config.json:/app/config.json |