mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
updated files and cleaned out extends
This commit is contained in:
@@ -8,4 +8,6 @@ services:
|
||||
- PMA_USER=${PHPMYADMIN_PMA_USER:-root}
|
||||
- PMA_PASSWORD=${MARIADB_MARIADB_ROOT_PASSWORD:-ChangeThisPassword}
|
||||
- UPLOAD_LIMIT=${PHPMYADMIN_UPLOAD_LIMIT:-200M}
|
||||
|
||||
volumes:
|
||||
- "/etc/timezone:/etc/timezone:ro"
|
||||
- "/etc/localtime:/etc/localtime:ro"
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
version: '3.4'
|
||||
|
||||
services:
|
||||
phpmyadmin:
|
||||
extends:
|
||||
file: ${COOKBOOK}/phpmyadmin/docker-compose.yml
|
||||
service: phpmyadmin
|
||||
Reference in New Issue
Block a user