Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- version: '3'
- services:
- gotify:
- image: ghcr.io/gotify/server
- restart: always
- container_name: Gotify
- ports:
- - port-on-the-host:80
- volumes:
- - /path/to/folder:/app/data
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement