File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ services:
44 web :
55 build :
66 context : .
7- image : ghcr.io/GitTimeraider /directadmin-emailforwarder:main
7+ image : ghcr.io/gittimeraider /directadmin-emailforwarder:main
88 ports :
99 - " 5000:5000"
1010 environment :
11- - SECRET_KEY=CH@NGETHISRANDOMCHARACTERSTR1NG
11+ - SECRET_KEY=CH@NGETHISRANDOMCHARACTERSTR1NG # Change this
1212 - DATABASE_URL=sqlite:////app/data/users.db
13- - USER_UID=1000
14- - USER_GID=1000
13+ - USER_UID=1000 # Defaults to 1000 anyway. Can be left out or changed if desired
14+ - USER_GID=1000 # Defaults to 1000 anyway. Can be left out or changed if desired
1515 volumes :
16- - ./data:/app/data
16+ - ./data:/app/data # Save location of database with user logins and totp
1717 restart : unless-stopped
You can’t perform that action at this time.
0 commit comments