Skip to content

Commit 5bb66ee

Browse files
committed
Bugfixing
Adding the directory where the Movefile will be
1 parent eaddb96 commit 5bb66ee

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docker-compose.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ services:
2525
# PHP_VERSION: 5.6
2626
user: ${UID}:www-data
2727
volumes:
28-
- ./www/wp_files/:/www
29-
- ./configs/php/uploads.ini:/usr/local/etc/php/conf.d/uploads.ini
28+
- ./www/wp_files/:/www
29+
- ./configs/php/uploads.ini:/usr/local/etc/php/conf.d/uploads.ini
3030
links:
3131
- wp_mariadb
3232

@@ -55,9 +55,9 @@ services:
5555
context: ./docker-images/wordmove/
5656
command: 'echo "Hello From Wordmove"'
5757
volumes:
58-
- ./www/wp_files/:/www
59-
# Movefile
60-
- ./configs/wordmove/Movefile:/home:ro
61-
- ${HOME}/.ssh/:/root/.ssh:ro
58+
- ./www/wp_files/:/www
59+
# Movefile
60+
- ./configs/wordmove/:/home/:ro
61+
- ${HOME}/.ssh/:/root/.ssh:ro
6262
links:
6363
- wp_mariadb

0 commit comments

Comments
 (0)