mirror of
https://github.com/Kizuren/uLinkShortener.git
synced 2025-12-21 13:06:19 +01:00
Fixed docker
This commit is contained in:
parent
8729e57def
commit
6e9e30f82c
2 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ services:
|
|||
ports:
|
||||
- "3000:3000"
|
||||
environment:
|
||||
- MONGO_URI=mongodb://justasuser:veryimportantpasswd@mongo:27017/ulinkshortener?authSource=admin
|
||||
- MONGO_URI=mongodb://justauser:veryimportantpasswd@mongo:27017/ulinkshortener?authSource=admin
|
||||
- MONGO_DB_NAME=ulinkshortener
|
||||
- NEXTAUTH_SECRET=${NEXTAUTH_SECRET}
|
||||
- NEXTAUTH_URL=${NEXTAUTH_URL}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue