Changes for page NocoDB

Last modified by chrisby on 2024/03/03 14:53

From version 1.1
edited by chrisby
on 2023/09/03 22:47
Change comment: There is no comment for this version
To version 1.3
edited by chrisby
on 2023/11/18 14:59
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,4 +1,4 @@
1 -**docker-compose.yml**
1 +====== docker-compose.yml ======
2 2  
3 3  {{code language="yaml"}}
4 4  version: "3.3"
... ... @@ -9,7 +9,7 @@
9 9  
10 10  services:
11 11   traefik:
12 - image: "traefik:latest"
12 + image: "traefik:v2.10.4"
13 13   container_name: "traefik"
14 14   restart: unless-stopped
15 15   command:
... ... @@ -30,7 +30,7 @@
30 30   - "/var/run/docker.sock:/var/run/docker.sock:ro"
31 31  
32 32   nocodb:
33 - image: "nocodb/nocodb:latest"
33 + image: "nocodb/nocodb:0.111.1"
34 34   container_name: nocodb
35 35   restart: unless-stopped
36 36   volumes:
... ... @@ -42,6 +42,8 @@
42 42   - "traefik.http.routers.nocodb.tls.certresolver=myresolver"
43 43  {{/code}}
44 44  
45 +====== Instructions ======
46 +
45 45  * Execute {{code language="none"}}docker-compose up -d{{/code}}
46 46  * Go to {{code language="none"}}https://<subdomain>{{/code}}
47 47  * Create an account that will automatically become an admin.