fix: setting docker pulls to 0.11.33!

Signed-off-by: Naveen MR <oof1lab@gmail.com>
This commit is contained in:
Naveen MR
2021-09-22 22:10:28 +01:00
parent 82ff47ba90
commit cef4dd1a3f
9 changed files with 12 additions and 12 deletions

View File

@@ -50,7 +50,7 @@ docker run -p 8080:8080 -p 8081:8081 -p 8082:8082 -d --name xc-instant \
-e LETSENCRYPT_HOST="$domain" \
-e LETSENCRYPT_EMAIL="$email" \
-e VIRTUAL_PORT=8080 \
--network=webproxy nocodb/nocodb:latest
--network=webproxy nocodb/nocodb:0.11.33

View File

@@ -20,7 +20,7 @@ services:
depends_on:
root_db:
condition: service_healthy
image: nocodb/nocodb:latest
image: nocodb/nocodb:0.11.33
ports:
- "8080:8080"
- "8081:8081"

View File

@@ -20,7 +20,7 @@ services:
depends_on:
root_db:
condition: service_healthy
image: nocodb/nocodb:latest
image: nocodb/nocodb:0.11.33
ports:
- "8080:8080"
- "8081:8081"

View File

@@ -19,7 +19,7 @@ services:
depends_on:
root_db:
condition: service_healthy
image: nocodb/nocodb:latest
image: nocodb/nocodb:0.11.33
ports:
- "8080:8080"
- "8081:8081"

View File

@@ -67,7 +67,7 @@ services:
nocodb:
container_name: nocodb
image: nocodb/nocodb:latest
image: nocodb/nocodb:0.11.33
restart: always
networks:
- traefik_proxy