some conf updates
This commit is contained in:
4
makefile
4
makefile
@@ -11,8 +11,8 @@ DATAVOL=/home/docker/$(CONTAINER)/vol
|
|||||||
|
|
||||||
#net=host: mandatory for others containers to connect to mysql
|
#net=host: mandatory for others containers to connect to mysql
|
||||||
STARTOPT=-d \
|
STARTOPT=-d \
|
||||||
-p 8091:8080 \
|
-p 8080:8080 \
|
||||||
-v $(DATAVOL):/root \
|
-v DATAVOL:/root \
|
||||||
--name $(CONTNAME) \
|
--name $(CONTNAME) \
|
||||||
$(CONTAINER)
|
$(CONTAINER)
|
||||||
|
|
||||||
|
|||||||
@@ -13,10 +13,6 @@ autorestart=true
|
|||||||
command=/opt/noVNC/utils/launch.sh --vnc localhost:5900 --listen 8080
|
command=/opt/noVNC/utils/launch.sh --vnc localhost:5900 --listen 8080
|
||||||
autorestart=true
|
autorestart=true
|
||||||
|
|
||||||
#[program:novnc]
|
|
||||||
#command=/opt/noVNC/utils/launch.sh --vnc benux.mailliet.ovh:5901 --listen 8081
|
|
||||||
#autorestart=true
|
|
||||||
|
|
||||||
[program:fluxbox]
|
[program:fluxbox]
|
||||||
command=fluxbox
|
command=fluxbox
|
||||||
autorestart=true
|
autorestart=true
|
||||||
|
|||||||
Reference in New Issue
Block a user