You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -277,7 +277,7 @@ services:
277
277
- SPC_DATABASE_USERNAME=<DB_ROOT_USERNAME> # $ : / ? # [ ] @ those characters must be converted using https://datatracker.ietf.org/doc/html/rfc3986#section-2.1
278
278
- SPC_DATABASE_HOST=serverpackcreatordb # Do not change this unless you absolutely know what you are doing.
279
279
- 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.
281
281
ports:
282
282
- "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.
0 commit comments