3 Commits

2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ services:
ports:
- 8071:8080
element-call-livekit:
image: livekit/livekit-server:v1.9.8
image: livekit/livekit-server:v1.9.9
command: --config /etc/livekit.yaml
ports:
- "7880:7880/tcp"

View File

@@ -1,5 +1,5 @@
# Use the official PHP image with Apache
FROM php:8.4-apache
FROM php:8.5-apache
# Add Docker's official GPG key:
RUN apt-get update &&\