Skip to content

Commit 73753f5

Browse files
committed
Update docker-compose.yml
1 parent 8b0305a commit 73753f5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docker-compose.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,6 @@ services:
111111
- backend
112112
- frontend
113113
volumes:
114-
- type: bind
115-
source: ./phpmyadmin
116-
target: '${PMA_CONF_FOLDER}'
117114
- type: bind
118115
source: ./phpmyadmin/apache2/sites-available/default-ssl.conf
119116
target: '${APACHE_CONFDIR_PREFIX}/sites-available/default-ssl.conf'
@@ -128,7 +125,7 @@ services:
128125
target: '${PMA_CONF_FOLDER}/config.user.inc.php'
129126
- type: bind
130127
source: ./phpmyadmin/config.secret.inc.php
131-
target: '${PMA_CONF_FOLDER}/config.secret.inc.php'
128+
target: '${PMA_CONF_FOLDER}/config.secret.inc.php'
132129
- type: bind
133130
source: ./phpmyadmin/php/conf.d/security.ini
134131
target: '${PHP_INI_DIR_PREFIX}/php/conf.d/security.ini'

0 commit comments

Comments
 (0)