https://github.com/ctlab/phantasus
Revision c8e905dd3045ae1e38641f7c9fec1c0c501e2a16 authored by Vladislav Kamenev on 28 December 2018, 15:36:15 UTC, committed by Vladislav Kamenev on 28 December 2018, 15:36:15 UTC
1 parent 5344433
Raw File
Tip revision: c8e905dd3045ae1e38641f7c9fec1c0c501e2a16 authored by Vladislav Kamenev on 28 December 2018, 15:36:15 UTC
Update JS. Vector custom order + Fixes
Tip revision: c8e905d
docker-compose.yml
version: "2"
services:
    phantasus:
        image: dzenkova/phantasus:latest
        ports:
            - "80:80"
        expose:
            - 80
        volumes: # Specify folder before ":" if needed
            - ./archs4:/var/phantasus/cache/archs4
            - ./phantasus-runtime:/var/phantasus

back to top