mirror of
https://github.com/driftywinds/driftywinds.git
synced 2025-12-19 02:23:32 +00:00
Create compose.yml
This commit is contained in:
12
docker-compose-files/gotify/compose.yml
Normal file
12
docker-compose-files/gotify/compose.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
services:
|
||||||
|
gotify:
|
||||||
|
image: gotify/server
|
||||||
|
ports:
|
||||||
|
- 80:80
|
||||||
|
environment:
|
||||||
|
GOTIFY_DEFAULTUSER_PASS: 'admin'
|
||||||
|
volumes:
|
||||||
|
- './gotify_data:/app/data'
|
||||||
|
# to run gotify as a dedicated user:
|
||||||
|
# sudo chown -R 1234:1234 ./gotify_data
|
||||||
|
# user: "1234:1234"
|
||||||
Reference in New Issue
Block a user