Skip to content

Commit

Permalink
add sqlitebrowser
Browse files Browse the repository at this point in the history
  • Loading branch information
BelphegorPrime authored and edeng23 committed Feb 22, 2021
1 parent f1e9b55 commit 4a107b6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ For more information about Telegram bots refer to [Telegram's official documenta
docker-compose up
```

if you only want to start the sqlitebrowser
```shell
docker-compose up -d sqlitebrowser
```


# Join the Chat

* **Discord**: [Invite Link](https://discord.gg/m4TNaxreCN)
Expand Down
13 changes: 13 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,16 @@ services:
volumes:
- ./user.cfg:/app/user.cfg
- ./data:/app/data

sqlitebrowser:
image: ghcr.io/linuxserver/sqlitebrowser
container_name: sqlitebrowser
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
volumes:
- ./data/config:/config
- ./data:/data
ports:
- 3000:3000

0 comments on commit 4a107b6

Please sign in to comment.