Skip to content

Commit 94d9484

Browse files
Merge pull request #277 from alexislefebvre/chore-remove-volumes-for-docker-databases
chore: remove volumes for docker databases
2 parents 1ee80f3 + 0e4587b commit 94d9484

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docker-compose.yml

-6
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ version: '3.1'
22
services:
33
mariadb:
44
image: 'mariadb:11.0'
5-
working_dir: /application
6-
volumes:
7-
- '.:/application'
85
environment:
96
- MYSQL_ROOT_PASSWORD=root
107
- MYSQL_DATABASE=acme
@@ -13,9 +10,6 @@ services:
1310

1411
postgres:
1512
image: 'postgres:15-alpine'
16-
working_dir: /application
17-
volumes:
18-
- '.:/application'
1913
environment:
2014
- POSTGRES_USER=postgres
2115
- POSTGRES_PASSWORD=postgres

0 commit comments

Comments
 (0)