mirror of
https://github.com/xuthus83/pigallery2.git
synced 2025-01-14 14:43:17 +08:00
Updating config path in benchmark
This commit is contained in:
parent
6fa8d76533
commit
7a453209fb
@ -1,7 +1,7 @@
|
||||
version: '3'
|
||||
services:
|
||||
pigallery2:
|
||||
entrypoint: [ "node", "./benchmark/index", "--config-path=/app/data/config/config.json", "--bm-config-path=/app/data/config/bm_config.json", "--Server-Database-dbFolder=/app/data/db/bm" ]
|
||||
entrypoint: [ "node", "./benchmark/index", "--config-path=/app/data/config/config.json", "--bm-config-path=/app/data/config/bm_config.json", "--Database-dbFolder=/app/data/db/bm" ]
|
||||
image: bpatrik/pigallery2:latest
|
||||
container_name: pigallery2
|
||||
environment:
|
||||
@ -9,7 +9,7 @@ services:
|
||||
volumes:
|
||||
- "./pigallery2/benchmark_config:/app/data/config" # CHANGE ME
|
||||
- "db-benchmark-data:/app/data/db"
|
||||
- "./pigallery2/images:/app/data/images:ro" # CHANGE ME, ':ro' mean read-only
|
||||
- "./pigallery2/images:/app/data/images:ro" # CHANGE ME, ':ro' means read-only
|
||||
- "./pigallery2/tmp:/app/data/tmp" # CHANGE ME
|
||||
expose:
|
||||
- "80"
|
||||
|
Loading…
x
Reference in New Issue
Block a user