remove the duplicated volumes from DBs dockerfiles
This commit is contained in:
@ -2,8 +2,6 @@ FROM postgres:latest
|
||||
|
||||
MAINTAINER Ben M <git@bmagg.com>
|
||||
|
||||
VOLUME /var/lib/postgres
|
||||
|
||||
CMD ["postgres"]
|
||||
|
||||
EXPOSE 5432
|
Reference in New Issue
Block a user