Skip to content

Commit a0f50fa

Browse files
authored
Update README.md
fix docs - see #69 - thanks @timbze
1 parent 0f5eefc commit a0f50fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ As an alternative to passing sensitive information via environment variables, `_
8181
docker run -e POSTFIXADMIN_DB_USER_FILE=/run/secrets/postfix-db-user
8282
-e POSTFIXADMIN_DB_PASSWORD_FILE=/run/secrets/postfix-db-passwd
8383
-e POSTFIXADMIN_SETUP_PASSWORD_FILE=/run/secrets/postfix-setup-passwd
84-
postfixadmin-image
84+
postfixadmin
8585
```
8686

8787
All environment vars are supporting the secret's docker strategy.
@@ -101,7 +101,7 @@ docker run -e POSTFIXADMIN_DB_TYPE=mysqli \
101101
-e POSTFIXADMIN_DKIM_ALL_ADMINS=NO \
102102
--name postfixadmin \
103103
-p 8080:80 \
104-
postfixadmin-image
104+
postfixadmin
105105
```
106106

107107

@@ -116,7 +116,7 @@ To customise, copy this file, remove everything you don't want to override, and
116116
docker run -v /local/path/to/config.local.php:/var/www/html/config.local.php \
117117
--name postfixadmin \
118118
-p 8080:80 \
119-
postfixadmin-image
119+
postfixadmin
120120
```
121121

122122
# Next Steps
@@ -149,7 +149,7 @@ services:
149149
postfixadmin:
150150
depends_on:
151151
- db
152-
image: postfixadmin-image:latest
152+
image: postfixadmin:latest
153153
ports:
154154
- "8000:80"
155155
restart: always

0 commit comments

Comments
 (0)