leycloud/gotify.yml hinzugefügt
This commit is contained in:
parent
73d1a513b9
commit
3795ba25b9
|
|
@ -0,0 +1,12 @@
|
|||
version: "3"
|
||||
services:
|
||||
gotify:
|
||||
image: gotify/server
|
||||
container_name: gotify
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8083:80"
|
||||
environment:
|
||||
- GOTIFY_DEFAULTUSER_PASS=admin # ÄNDERE DAS NACH DEM ERSTEN LOGIN!
|
||||
volumes:
|
||||
- /home/florian/docker/gotify/data:/app/data
|
||||
Loading…
Reference in New Issue