Changes for page Overleaf

Last modified by chrisby on 2024/08/29 14:48

From version 1.3
edited by chrisby
on 2023/11/18 15:00
Change comment: There is no comment for this version
To version 1.5
edited by chrisby
on 2024/08/29 14:48
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,6 +1,6 @@
1 1  ====== docker-compose.yml ======
2 2  
3 -{{code language="yaml"}}
3 +{{code language="none"}}
4 4  version: "3.3"
5 5  
6 6  volumes:
... ... @@ -81,4 +81,4 @@
81 81  ====== Instructions ======
82 82  
83 83  * Execute {{code language="none"}}docker-compose up -d{{/code}}
84 -* Now create an account via {{code language="none"}}docker-compose exec sharelatex /bin/bash -c "grunt user:create-admin --email=<email>"{{/code}}. Go to the link from the output of the command to complete the creation of the admin user by setting the password.
84 +* Now create an account via {{code language="none"}}docker exec sharelatex /bin/bash -c "grunt user:create-admin --email=<email>"{{/code}}. Go to the link from the output of the command to complete the creation of the admin user by setting the password.