missing info

This commit is contained in:
Tomasz Borychowski 2021-11-13 23:02:00 +00:00
parent 8a2a567de2
commit 806f85330f

View File

@ -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
```