mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-01-26 05:27:35 +02:00
Removing db folder override as it does not have write access on docker
(cherry picked from commit 36d5ccbbd4c077d25c99f47c215740a46122cad4)
This commit is contained in:
parent
8bbace1a73
commit
951dbbf066
@ -13,7 +13,6 @@ services:
|
||||
- "./pigallery2/tmp:/app/data/tmp" # CHANGE ME
|
||||
expose:
|
||||
- "80"
|
||||
restart: always
|
||||
|
||||
volumes:
|
||||
db-benchmark-data:
|
||||
|
@ -6,7 +6,6 @@ import {BMConfig} from './BMConfig';
|
||||
|
||||
|
||||
Config.Server.Media.folder = BMConfig.path;
|
||||
Config.Server.Database.dbFolder = 'db/bm_db';
|
||||
ProjectPath.reset();
|
||||
const RUNS = BMConfig.RUNS;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user