Compare commits
3 Commits
renovate/p
...
48f580a884
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
48f580a884 | ||
| 37fca8eb77 | |||
|
|
c570f52fb8 |
@@ -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"
|
||||
|
||||
@@ -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 &&\
|
||||
|
||||
Reference in New Issue
Block a user