Skip to content

Commit 40899bc

Browse files
committed
remove the duplicated volumes from DBs dockerfiles
1 parent 64bf322 commit 40899bc

3 files changed

Lines changed: 0 additions & 6 deletions

File tree

mariadb/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ FROM mariadb:latest
22

33
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
44

5-
VOLUME /var/lib/mariadb
6-
75
CMD ["mysqld"]
86

97
EXPOSE 3306

mysql/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ FROM mysql:latest
22

33
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
44

5-
VOLUME /var/lib/mysql
6-
75
CMD ["mysqld"]
86

97
EXPOSE 3306

postgres/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ FROM postgres:latest
22

33
MAINTAINER Ben M <git@bmagg.com>
44

5-
VOLUME /var/lib/postgres
6-
75
CMD ["postgres"]
86

97
EXPOSE 5432

0 commit comments

Comments
 (0)