Skip to content
Snippets Groups Projects
Commit ee303ae8 authored by Tim Repke's avatar Tim Repke
Browse files

remove volumes from pma docker

parent 9280c318
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ web:
volumes:
- ./registration-system:/usr/share/nginx/html
phpmyadmin:
pma:
image: phpmyadmin/phpmyadmin
links:
- db
......@@ -18,8 +18,6 @@ phpmyadmin:
- PMA_PASSWORD=9Lug*96q
ports:
- "8090:80"
volumes:
- /sessions
db:
build: docker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment