์๋กค๋ก์ง ๋์ค 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.
ย
ย
ย
ย
๋๊ธ๋ชฉ๋ก
๋ฑ๋ก๋ ๋๊ธ์ด ์์ต๋๋ค.
