자유게시판

시롤로지 나스 LINKDING

페이지 정보

profile_image
작성자천사 조회 8,382회 작성일 2022-04-17 14:54:01 댓글 0

본문

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.

 

 

 
 

댓글목록

등록된 댓글이 없습니다.

Copyright © Claw’s Lab · blog.batifa.com