Skip to content
Snippets Groups Projects
Commit 5bbbf3e1 authored by SingLi's avatar SingLi
Browse files

add default avatar upload path

even though default avatar upload is GridFS, many docker users continue to change it to FileSystem
parent 10c2ef5b
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,8 @@ WORKDIR /app/bundle
# needs a mongoinstance - defaults to container linking with alias 'db'
ENV MONGO_URL=mongodb://db:27017/meteor \
PORT=3000 \
ROOT_URL=http://localhost:3000
ROOT_URL=http://localhost:3000 \
Accounts_AvatarStorePath=/app/uploads
EXPOSE 3000
CMD ["node", "main.js"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment