... |
... |
@@ -1,6 +1,6 @@ |
1 |
|
-====== docker-compose.yml ====== |
|
1 |
+**docker-compose.yml** |
2 |
2 |
|
3 |
|
-{{code language="none"}} |
|
3 |
+{{code language="yaml"}} |
4 |
4 |
version: "3.3" |
5 |
5 |
|
6 |
6 |
volumes: |
... |
... |
@@ -11,7 +11,7 @@ |
11 |
11 |
|
12 |
12 |
services: |
13 |
13 |
traefik: |
14 |
|
- image: "traefik:v2.10.4" |
|
14 |
+ image: "traefik:latest" |
15 |
15 |
container_name: "traefik" |
16 |
16 |
restart: unless-stopped |
17 |
17 |
command: |
... |
... |
@@ -78,7 +78,5 @@ |
78 |
78 |
- overleaf-redis:/data |
79 |
79 |
{{/code}} |
80 |
80 |
|
81 |
|
-====== Instructions ====== |
82 |
|
- |
83 |
83 |
* Execute {{code language="none"}}docker-compose up -d{{/code}} |
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. |
|
82 |
+* 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. |