chore: Update docker-compose.yml

This commit is contained in:
Chris Coutinho
2025-09-11 17:36:00 +02:00
parent 9711d1d161
commit 5bdf840098
+2 -2
View File
@@ -28,7 +28,7 @@ services:
#- command: chown -R www-data:www-data /var/www/html && while ! nc -z db 3306; do sleep 1; echo sleeping; done
#user: root
ports:
- 8080:80
- 127.0.0.1:8080:80
depends_on:
- redis
- db
@@ -48,7 +48,7 @@ services:
build: .
command: ["--host", "0.0.0.0", "--transport", "streamable-http"]
ports:
- 8000:8000
- 127.0.0.1:8000:8000
environment:
- NEXTCLOUD_HOST=http://app:80
- NEXTCLOUD_USERNAME=admin