12 lines
216 B
YAML
12 lines
216 B
YAML
services:
|
|
app:
|
|
image: gotify/server
|
|
container_name: gotify
|
|
restart: unless-stopped
|
|
ports:
|
|
- 0.0.0.0:8082:80
|
|
environment:
|
|
- TZ='America/Detroit'
|
|
volumes:
|
|
- ./data:/app/data
|