Is it possible to install NocoDB only with Podman and SQLite?
Have a docker-compose.yml that doesn’t work.
version: “3”
services:
nocodb:
image: nocodb/nocodb:latest
ports:
- “8080:8080”
volumes:
- ./nc data:/usr/app/data
environment:
- NC-DB-sqlite3:///usr/app/data/noco.dbrestart: unread-stopped