This commit is contained in:
root
2023-03-29 13:04:10 +00:00
parent 8167183686
commit 5ec489e0e0
28 changed files with 426 additions and 108 deletions

1
speedtest/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
./volumes/**

View File

@@ -6,7 +6,7 @@ services:
ports:
- 8765:80
volumes:
- /path/to/data:/config
- ./volumes/config:/config
environment:
- TZ=Europe/Berlin
- PGID=
@@ -17,4 +17,4 @@ services:
options:
max-file: "10"
max-size: "200k"
restart: unless-stopped
restart: unless-stopped