mirror of
https://github.com/gotify/server.git
synced 2026-09-06 15:57:32 +08:00
10 lines
179 B
YAML
10 lines
179 B
YAML
services:
|
|
dex:
|
|
image: ghcr.io/dexidp/dex:latest
|
|
command: dex serve /config/dex.conf
|
|
user: '1000'
|
|
ports:
|
|
- 5556:5556
|
|
volumes:
|
|
- ./config/:/config
|