mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
chore(dev-build): custom portainer data folder
This commit is contained in:
parent
ac7d819620
commit
78661b50ca
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ const webpackProdConfig = require('./webpack/webpack.production');
|
|||
var arch = os.arch();
|
||||
if (arch === 'x64') arch = 'amd64';
|
||||
|
||||
var portainer_data = '/tmp/portainer';
|
||||
var portainer_data = '${PORTAINER_DATA:-/tmp/portainer}';
|
||||
|
||||
module.exports = function (grunt) {
|
||||
loadGruntTasks(grunt, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue