Skip to content

Commit 34a291a

Browse files
authored
corrected docker example in readme
Signed-off-by: myxxmikeyxx <[email protected]>
1 parent 36d4046 commit 34a291a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,8 @@ services:
273273
- TZ=Europe/Berlin # Your timezone
274274
- PUID=1000 # Your user ID
275275
- PGID=1000 # Your group ID
276-
- SPC_DATABASE_PASSWORD=<DB_ROOT_USERNAME> # $ : / ? # [ ] @ those characters must be converted using https://datatracker.ietf.org/doc/html/rfc3986#section-2.1
277-
- SPC_DATABASE_USERNAME=<DB_ROOT_PASSWORD> # $ : / ? # [ ] @ those characters must be converted using https://datatracker.ietf.org/doc/html/rfc3986#section-2.1
276+
- SPC_DATABASE_PASSWORD=<DB_ROOT_PASSWORD> # $ : / ? # [ ] @ those characters must be converted using https://datatracker.ietf.org/doc/html/rfc3986#section-2.1
277+
- SPC_DATABASE_USERNAME=<DB_ROOT_USERNAME> # $ : / ? # [ ] @ those characters must be converted using https://datatracker.ietf.org/doc/html/rfc3986#section-2.1
278278
- SPC_DATABASE_HOST=serverpackcreatordb # Do not change this unless you absolutely know what you are doing.
279279
- SPC_DATABASE_PORT=27017 # Do not change this unless you absolutely know what you are doing.
280280
- SPC_DATABASE_DB=serverpackcreator # Do not change this unless you absolutely know what you are doing.
@@ -506,4 +506,4 @@ Huge shoutout and thank you!**
506506
</tr>
507507
</table>
508508

509-
<!-- contributors end -->
509+
<!-- contributors end -->

0 commit comments

Comments
 (0)