Changes for page NocoDB

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

From version 1.2
edited by chrisby
on 2023/09/03 22:57
Change comment: There is no comment for this version
To version 1.1
edited by chrisby
on 2023/09/03 22:47
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -9,7 +9,7 @@
9 9  
10 10  services:
11 11   traefik:
12 - image: "traefik:v2.10.4"
12 + image: "traefik:latest"
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:0.111.1"
33 + image: "nocodb/nocodb:latest"
34 34   container_name: nocodb
35 35   restart: unless-stopped
36 36   volumes: