Skip to content

Commit c175ed1

Browse files
committed
fix sites path
1 parent a41d0ef commit c175ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
- postgres
2020
- memcached
2121
volumes:
22-
- ./../Sites:/var/www/html
22+
- ~/Sites:/var/www/html
2323
- ./admin:/var/www/admin
2424
- ./config/php/php.ini:/etc/php/7.0/fpm/php.ini:ro
2525
- ./config/php/php.ini:/usr/local/etc/php/php.ini:ro

0 commit comments

Comments
 (0)