Update docker-compose.yml

This commit is contained in:
2024-12-27 10:49:14 +01:00
parent 8f62a590c3
commit 31cb0e7cfe

View File

@@ -16,8 +16,8 @@ services:
- MYSQL_USER=nextcloud - MYSQL_USER=nextcloud
app: app:
image: nextcloud-custom
build: . build: .
image: nextcloud-custom
restart: always restart: always
ports: ports:
- 8070:80 - 8070:80