From 83b191ed1d778d4cb8324a3658859b84fb33d118 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 11 Dec 2020 13:43:18 +0100 Subject: [PATCH] some conf updates --- makefile | 4 ++-- supervisord.conf | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/makefile b/makefile index a513e04..2e9efd0 100644 --- a/makefile +++ b/makefile @@ -11,8 +11,8 @@ DATAVOL=/home/docker/$(CONTAINER)/vol #net=host: mandatory for others containers to connect to mysql STARTOPT=-d \ --p 8091:8080 \ --v $(DATAVOL):/root \ +-p 8080:8080 \ +-v DATAVOL:/root \ --name $(CONTNAME) \ $(CONTAINER) diff --git a/supervisord.conf b/supervisord.conf index cc0af8f..fdf53c3 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -13,10 +13,6 @@ autorestart=true command=/opt/noVNC/utils/launch.sh --vnc localhost:5900 --listen 8080 autorestart=true -#[program:novnc] -#command=/opt/noVNC/utils/launch.sh --vnc benux.mailliet.ovh:5901 --listen 8081 -#autorestart=true - [program:fluxbox] command=fluxbox autorestart=true