mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
fix path in docker for php 5.4
This commit is contained in:
parent
f2d45b570d
commit
4218a47471
1 changed files with 1 additions and 1 deletions
|
|
@ -7,5 +7,5 @@ services:
|
|||
ports:
|
||||
- "8080:80"
|
||||
volumes:
|
||||
- ../../src:/var/www/html
|
||||
- ../../../src:/var/www/html
|
||||
- ./php-mtt.ini:/usr/local/etc/php/conf.d/php-mtt.ini
|
||||
|
|
|
|||
Loading…
Reference in a new issue