1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

Merge pull request #194 from zertrin/patch-1

Fix docker instructions for running without docker-compose
This commit is contained in:
Patrik J. Braun 2020-10-25 09:16:32 +01:00 committed by GitHub
commit c60bd99514
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,7 +83,7 @@ If you want to run the container by yourself, here you go:
docker run \
-p 80:80 \
-e NODE_ENV=production \
-v <path to your config file folder>/config.json:/app/data/config/config.json \
-v <path to your config file folder>:/app/data/config \
-v <path to your db file folder>:/app/data/db \
-v <path to your images folder>:/app/data/images \
-v <path to your temp folder>:/app/data/tmp \