first commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-05-01 10:47:48 +02:00
parent fee3803f59
commit 50fc33e254
16 changed files with 61 additions and 38 deletions

View File

@ -8,9 +8,9 @@ services:
container_name: librespeed
network_mode: bridge
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Amsterdam
- PUID="${PUID-1000}"
- PGID="${PGID-1000}"
- TZ="${TZ-Europe/Amsterdam}"
- PASSWORD=
- CUSTOM_RESULTS=false
volumes: