Update Servers/Containerization/Docker/Compose/Apache Guacamole.md

This commit is contained in:
2025-04-20 23:51:18 -06:00
parent 4b7a6cc91e
commit 35bd6583ec

View File

@ -3,7 +3,7 @@
### Docker Compose Stack
=== "docker-compose.yml"
``` sh
```yaml
version: '3'
services:
@ -45,7 +45,7 @@
=== "docker-compose.yml (OpenID / Keycloak Integration)"
``` sh
```yaml
version: '3'
services:
@ -99,7 +99,7 @@
=== ".env (OpenID / Keycloak Integration)"
``` sh
```yaml
OPENID_REALM_URL=https://auth.bunny-lab.io/realms/master
OPENID_CLIENT_ID=apache-guacamole
OPENID_CLIENT_SECRET=<YOUR-CLIENT-ID-SECRET>
@ -131,7 +131,7 @@
=== "NGINX"
``` yaml
```yaml
server {
listen 443 ssl;
server_name remote.bunny-lab.io;