Skip to content

Commit 74c95ce

Browse files
committed
docs: Fix db-name in compose example
1 parent 27e8ab5 commit 74c95ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ services:
277277
- 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.
280-
- SPC_DATABASE_DB=serverpackcreator # Do not change this unless you absolutely know what you are doing.
280+
- SPC_DATABASE_DB=serverpackcreatordb # Do not change this unless you absolutely know what you are doing.
281281
ports:
282282
- "8080:8080" # Port at which SPC will be available at on your host : Port of the webservice inside the container. Only change the left value, it at all.
283283
volumes:

0 commit comments

Comments
 (0)