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:
parent
f0b8f3eaa0
commit
b77f330222
@ -1,7 +1,7 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
nocodb:
|
||||
image: nocodb/nocodb:latest
|
||||
image: nocodb/nocodb:0.251.0
|
||||
restart: always
|
||||
networks:
|
||||
- dokploy-network
|
||||
@ -19,7 +19,7 @@ services:
|
||||
- nc_data:/usr/app/data
|
||||
|
||||
root_db:
|
||||
image: postgres
|
||||
image: postgres:14.7
|
||||
restart: always
|
||||
networks:
|
||||
- dokploy-network
|
||||
|
Loading…
Reference in New Issue
Block a user