# Install NocoDB with Podman and SQLite

**URL:** https://community.nocodb.com/t/install-nocodb-with-podman-and-sqlite/2197
**Category:** Self-Host
**Created:** [April 15, 2026, 10:22am UTC](https://community.nocodb.com/t/install-nocodb-with-podman-and-sqlite/2197 "2026-04-15T10:22:19Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![HKaufmann](https://avatars.discourse-cdn.com/v4/letter/h/9e8a1a/32.png) [@HKaufmann](https://community.nocodb.com/u/HKaufmann)
#### Post date: [April 15, 2026, 10:22am UTC](https://community.nocodb.com/t/install-nocodb-with-podman-and-sqlite/2197/1 "2026-04-15T10:22:19Z")

</div>

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

---

<div class="post-metadata">

### Author: ![Navi](https://avatars.discourse-cdn.com/v4/letter/n/3be4f8/32.png) [@Navi](https://community.nocodb.com/u/Navi)
#### Post date: [April 15, 2026, 10:22am UTC](https://community.nocodb.com/t/install-nocodb-with-podman-and-sqlite/2197/2 "2026-04-15T10:22:53Z")

</div>

As its possible with docker - I believe ti should be possible with podman too. Talk to chatgpt/claude please/

---

<div class="post-metadata">

### Author: ![HKaufmann](https://avatars.discourse-cdn.com/v4/letter/h/9e8a1a/32.png) [@HKaufmann](https://community.nocodb.com/u/HKaufmann)
#### Post date: [July 8, 2026, 9:44am UTC](https://community.nocodb.com/t/install-nocodb-with-podman-and-sqlite/2197/3 "2026-07-08T09:44:59Z")

</div>

I didn’t want to use a ki.

---

<div class="post-metadata">

### Author: ![HKaufmann](https://avatars.discourse-cdn.com/v4/letter/h/9e8a1a/32.png) [@HKaufmann](https://community.nocodb.com/u/HKaufmann)
#### Post date: [July 28, 2026, 5:10pm UTC](https://community.nocodb.com/t/install-nocodb-with-podman-and-sqlite/2197/4 "2026-07-28T17:10:35Z")

</div>

Wie mache ich das ? Habe noch nie nit einer KI gearbeitet.
