🏝 Set PWD for volume mappings in the correct .env files for docker-compose

This commit is contained in:
2021-10-12 12:14:56 -07:00
parent 5c39de3280
commit d622111a73
3 changed files with 2 additions and 2 deletions

View File

@@ -1 +0,0 @@
PWD=./

View File

@@ -1,7 +1,7 @@
LOGGER=true
LOGLEVEL=info
SERVICEDIR=dist/services
PWD=./
TRANSPORTER=nats://nats:4222
CACHER=Memory

View File

@@ -5,4 +5,5 @@ MONGO_URI=mongodb://db:27017/threetwo
TRANSPORTER=nats://nats:4222
CALIBRE_PATH=/opt/calibre
CACHER=Memory
PWD=./