phpMyFAQ/docker-hub

cp: cannot stat '_.htaccess': No such file or directory

karl0ss opened this issue · 1 comments

Trying to use the prebuilt images and connect them to my existing mariadb container..

docker run -e PMF_DISABLE_HTACCESS -e PMF_DB_HOST=db -e PMF_DB_PASS=phpmyfaq -ti --network=compose_default --link mariadb:db -p 8080:80 phpmyfaq/phpmyfaq
Unable to find image 'phpmyfaq/phpmyfaq:latest' locally
latest: Pulling from phpmyfaq/phpmyfaq
f49cf87b52c1: Pull complete
185616061386: Pull complete
5fc132db2e0d: Pull complete
00c1c323341a: Pull complete
ff3701349211: Pull complete
faab1d6ad70f: Pull complete
eae8d88d75e0: Pull complete
7fbd4c732645: Pull complete
b2e59bdd1208: Pull complete
8f95f65ba01c: Pull complete
174d8854dffa: Pull complete
a55e9b2f1bfd: Pull complete
19e7ece4e3b4: Pull complete
d129fbd18ce8: Pull complete
de397a012366: Pull complete
bac608deffe3: Pull complete
bc9d186faa12: Pull complete
99794c691e15: Pull complete
4c8135f105cf: Pull complete
0fffc5ba9418: Pull complete
Digest: sha256:8f0798953fd9450f1bb615da847a53ead4373e49656c9757f29481724d410823
Status: Downloaded newer image for phpmyfaq/phpmyfaq:latest
mkdir: created directory 'attachments'
mkdir: created directory 'data'
mkdir: created directory 'images'
mkdir: created directory 'config'
Enabling module rewrite.
Enabling module headers.
To activate the new configuration, you need to run:
  service apache2 restart
cp: cannot stat '_.htaccess': No such file or directory

can't seem to get past this, when I look at the container logs its just repeating "cp: cannot stat '_.htaccess': No such file or directory"

Thanks

Fixed with 3.0.0-alpha.4, now available on Docker Hub. Thanks for the report.