@@ -0,0 +1,16 @@
db:
image: bterkuile/couchdb
volumes:
- .db:/usr/local/var/lib/couchdb
expose:
- 5984
web:
build: .
#command: bundle exec unicorn -p 3000 -c ./config/unicorn.rb
command: rails s
- .:/usr/src/app
ports:
- "3000:3000"
links:
- db
The note is not visible to the blocked user.