Question:
Am I doing this right? What should the result be?
Many thanks for considering my request.
Detail:
I have done the following. It shows in apps - Plain text editor. see next pic.

When I press new text file I see what is in next pic. But, I don't know if that is files_texteditor.

I followed this. https://chatgpt.com/share/67fc6dae-7d6c-8013-b9c2-059024e48aeb

docker-compose.yml
nc:
# http://192.168.88.103:6219
image: nextcloud:apache
restart: always
ports:
- 6219:80
env_file:
- .env
volumes:
- nc_data:/var/www/html
- ./customapps:/var/www/html/custom_apps
Question:
Am I doing this right? What should the result be?
Many thanks for considering my request.
Detail:
I have done the following. It shows in apps -
Plain text editor. see next pic.When I press
new text fileI see what is in next pic. But, I don't know if that is files_texteditor.I followed this. https://chatgpt.com/share/67fc6dae-7d6c-8013-b9c2-059024e48aeb
docker-compose.yml