fixed typo

This commit is contained in:
2023-06-09 10:11:09 +00:00
parent 2cfac63f0c
commit 2fc7bfd9e5
+2 -2
View File
@@ -34,7 +34,7 @@ services:
- MYSQL_DATABASE=nextcloud - MYSQL_DATABASE=nextcloud
- MYSQL_USER=nextcloud - MYSQL_USER=nextcloud
application: nextcloud:
build: ./nc-fpm build: ./nc-fpm
restart: always restart: always
links: links:
@@ -55,7 +55,7 @@ services:
ports: ports:
- 8888:80 - 8888:80
links: links:
- app - nextcloud
volumes: volumes:
- nchome:/var/www/html:z,ro - nchome:/var/www/html:z,ro