1
0
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:
Patrik J. Braun 2021-05-13 12:21:47 +02:00
parent 8bbace1a73
commit 951dbbf066
2 changed files with 0 additions and 2 deletions

View File

@ -13,7 +13,6 @@ services:
- "./pigallery2/tmp:/app/data/tmp" # CHANGE ME
expose:
- "80"
restart: always
volumes:
db-benchmark-data:

View File

@ -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;