1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 22:05:23 +02:00

Merge pull request #4668 from portainer/feat-4667-custom-portainer-folder

chore(dev-build): custom portainer data folder
This commit is contained in:
wheresolivia 2021-06-03 13:28:33 +12:00 committed by GitHub
commit cafcebe27e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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, {