update compose to link memcached correctly
This commit is contained in:
@@ -34,5 +34,7 @@ app.use('/', (req, res) => {
|
||||
|
||||
app.listen(port, async () => {
|
||||
await database.authenticate()
|
||||
return console.log(`Express is listening at http://localhost:${port}`)
|
||||
console.log(`Using memcache at ${memcache_addr}`)
|
||||
console.log(`Express is listening at http://localhost:${port}`)
|
||||
return
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user