feat: show version in user dropdown

This commit is contained in:
2025-06-29 18:22:09 +00:00
parent be5576c2c6
commit a7a046abd8
7 changed files with 33 additions and 6 deletions

View File

@@ -1,7 +1,6 @@
services:
psql:
image: postgres
user: 1000:1000
environment:
POSTGRES_USER: postgres
# my condolences
@@ -29,7 +28,7 @@ services:
- ./nginx.conf:/etc/nginx/templates/nginx.conf.template
- ./html:/var/www/html
- /dev/shm/hls:/dev/shm/hls
image: flv-module
image: srizan10/flv-module
entrypoint:
- /bin/sh
- -c