mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix: use defined version
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
version: "3.8"
|
version: "3.8"
|
||||||
services:
|
services:
|
||||||
nocodb:
|
nocodb:
|
||||||
image: nocodb/nocodb:latest
|
image: nocodb/nocodb:0.251.0
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- dokploy-network
|
- dokploy-network
|
||||||
@@ -19,7 +19,7 @@ services:
|
|||||||
- nc_data:/usr/app/data
|
- nc_data:/usr/app/data
|
||||||
|
|
||||||
root_db:
|
root_db:
|
||||||
image: postgres
|
image: postgres:14.7
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- dokploy-network
|
- dokploy-network
|
||||||
|
|||||||
Reference in New Issue
Block a user