Skip to content
Snippets Groups Projects
Commit 2965ba80 authored by Christian Elberfeld's avatar Christian Elberfeld
Browse files

added rester for container

parent 7e9c4e5f
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ services: ...@@ -4,6 +4,7 @@ services:
vnc: vnc:
build: . build: .
restart: always
environment: environment:
DISPLAY_WIDTH: 1440 DISPLAY_WIDTH: 1440
DISPLAY_HEIGHT: 900 DISPLAY_HEIGHT: 900
...@@ -17,6 +18,7 @@ services: ...@@ -17,6 +18,7 @@ services:
ldap_auth: ldap_auth:
image: pinepain/ldap-auth-proxy:0.2.0 image: pinepain/ldap-auth-proxy:0.2.0
restart: always
ports: ports:
- 127.0.0.1:52005:8888 - 127.0.0.1:52005:8888
environment: environment:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment