mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2026-01-09 03:01:43 +00:00
missing info
This commit is contained in:
@@ -23,3 +23,8 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./data:/etc/linkding/data
|
- ./data:/etc/linkding/data
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Once it starts, create admin user:
|
||||||
|
```sh
|
||||||
|
docker-compose exec linkding python manage.py createsuperuser --username=joe --email=joe@example.com
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user