You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
212 B

version: "3"
services:
gotify:
image: gotify/server-arm64
ports:
- 8060:80
environment:
- GOTIFY_DEFAULTUSER_PASS=testtesting #user: admin
volumes:
- "./gotify_data:/app/data"