mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
58e9e83120
Co-authored-by: nmfretz <nmfretz@gmail.com>
16 lines
365 B
YAML
16 lines
365 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: librespeed_server_1
|
|
APP_PORT: 80
|
|
|
|
server:
|
|
image: linuxserver/librespeed:5.3.0@sha256:69c23e3bb022a99c5b0d9717c97836574907226e861de94898ef483b1f9b5c0d
|
|
environment:
|
|
PUID: 1000
|
|
PGID: 1000
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data/config:/config
|
|
restart: on-failure |