Advertisement
TheMRP

GOTIFY docker-compose

Sep 13th, 2023 (edited)
457
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.20 KB | None | 0 0
  1. version: '3'
  2. services:
  3.   gotify:
  4.     image: ghcr.io/gotify/server
  5.     restart: always
  6.     container_name: Gotify
  7.     ports:
  8.      - port-on-the-host:80
  9.     volumes:
  10.      - /path/to/folder:/app/data
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement