When I want to use appwrite in production, do I have to change these both lines?
Line 49 to image: appwrite-lastest
Line 55 to VERSION: latest
Or shouldn't I change this an leave it like it is for production use?
Thanks in advance for the help!
Summary
The user has a question about two lines in the docker-compose.yml file for setting up Appwrite. They want to know if these lines need to be changed for production use or left as-is. The suggested solution is to change line 49 to "image: appwrite-latest" and line 55 to "VERSION: latest" for production use.
Drake
Nov 21, 2023, 20:23
As the top of the file states, this file is for development. Don't use it for production.