시롤로지 나스 LINKDING
페이지 정보
본문
version: '3.3'
services:
linkding:
container_name: linkding
image: sissbruecker/linkding
ports:
- 9090:9090
volumes:
- /volume1/docker/linkding/data:/etc/linkding/data
restart: unless-stopped
User setup
Finally you need to create a user so that you can access the application. Replace the credentials in the following command and run it:
Docker
docker exec -it linkding python manage.py createsuperuser --username=joe --email=joe@example.com
Docker-compose
docker-compose exec linkding python manage.py createsuperuser --username=joe --email=joe@example.com
The command will prompt you for a secure password. After the command has completed you can start using the application by logging into the UI with your credentials.
댓글목록
등록된 댓글이 없습니다.