Implement docker composer warnings

This commit is contained in:
2015-08-13 13:37:58 +02:00
parent f4591f29f7
commit 206ee00127
+3 -3
View File
@@ -1,8 +1,8 @@
db: db:
image: bterkuile/couchdb image: bterkuile/couchdb
volumes: volumes:
- db/data:/usr/local/var/lib/couchdb - ./db/data:/usr/local/var/lib/couchdb
- db/config:/usr/local/etc/couchdb - ./db/config:/usr/local/etc/couchdb
expose: expose:
- 5984 - 5984
net: host net: host
@@ -10,7 +10,7 @@ counters:
build: drb_counter build: drb_counter
net: host net: host
volumes: volumes:
- config:/usr/src/app/config - ./config:/usr/src/app/config
command: development command: development
faye: faye:
build: faye build: faye