Skip to content

Commit e0defa7

Browse files
Update docker-compose.yml
1 parent d304634 commit e0defa7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docker-compose.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)