You've already forked pigallery2
mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-11-27 22:38:10 +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:
@@ -13,7 +13,6 @@ services:
|
|||||||
- "./pigallery2/tmp:/app/data/tmp" # CHANGE ME
|
- "./pigallery2/tmp:/app/data/tmp" # CHANGE ME
|
||||||
expose:
|
expose:
|
||||||
- "80"
|
- "80"
|
||||||
restart: always
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
db-benchmark-data:
|
db-benchmark-data:
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ import {BMConfig} from './BMConfig';
|
|||||||
|
|
||||||
|
|
||||||
Config.Server.Media.folder = BMConfig.path;
|
Config.Server.Media.folder = BMConfig.path;
|
||||||
Config.Server.Database.dbFolder = 'db/bm_db';
|
|
||||||
ProjectPath.reset();
|
ProjectPath.reset();
|
||||||
const RUNS = BMConfig.RUNS;
|
const RUNS = BMConfig.RUNS;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user