Skip to content
This repository has been archived by the owner on Mar 7, 2019. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 317 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 317 Bytes

Docker image for Xpra HTML5 Server

example docker-compose

version: '2'

services:
    x:
        image: lanrat/xpra-html5
        volumes:
            - /etc/localtime:/etc/localtime:ro
            - x_data:/data
        restart: always
        ports:
            - 80:10000

volumes:
    x_data: {}