File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 68
68
< pre class ="border border-success rounded-3 px-3 pb-3 "> < code id ="docker-run-inline ">
69
69
docker run --name "django-files" -d --restart unless-stopped \
70
70
-p 80:80 -v /data/django-files:/data/media \
71
- -e SECRET=07Y5uGMWF8icYIJXsKPpbdMm \
72
- -e USERNAME=testuser \
73
- -e PASSWORD=testpass \
71
+ -e USERNAME=myadminuser \
72
+ -e PASSWORD=pleasechangeme \
74
73
ghcr.io/django-files/django-files:latest
75
74
</ code > </ pre >
76
75
86
85
django-files:
87
86
image: ghcr.io/django-files/django-files:latest
88
87
environment:
89
- SECRET: "07Y5uGMWF8icYIJXsKPpbdMm"
90
- USERNAME: "testuser"
91
- PASSWORD: "testpass"
88
+ USERNAME: "myadminuser"
89
+ PASSWORD: "pleasechangeme"
92
90
volumes:
93
91
- media_dir:/data/media
94
92
ports:
Original file line number Diff line number Diff line change 9
9
10
10
< h1 class ="animate__animated animate__zoomIn "> < i class ="fa-brands fa-apple me-2 "> </ i > {{ page.title }}</ h1 >
11
11
12
- < p class ="lead "> Coming Soon...</ p >
12
+ < a href ="https://apps.apple.com/us/app/django-files/id6742523003?itscg=30200&itsct=apps_box_badge&mttnsubad=6742523003 " style ="display: inline-block; ">
13
+ < img src ="https://toolbox.marketingtools.apple.com/api/v2/badges/download-on-the-app-store/black/en-us?releaseDate=1743638400 " alt ="Download on the App Store " style ="width: 246px; height: 82px; vertical-align: middle; object-fit: contain; " />
14
+ </ a >
13
15
14
16
< div class ="alert alert-info mt-3 " role ="alert ">
15
17
Please see the
You can’t perform that action at this time.
0 commit comments