https://github.com/ctlab/phantasus
Revision f29687b28a6dacb2e909627e05c531db9301f5f0 authored by Vladislav Kamenev on 10 January 2019, 14:48:36 UTC, committed by Vladislav Kamenev on 10 January 2019, 14:48:36 UTC
1 parent f94ab9f
Raw File
Tip revision: f29687b28a6dacb2e909627e05c531db9301f5f0 authored by Vladislav Kamenev on 10 January 2019, 14:48:36 UTC
Update JS. Draggable custom order
Tip revision: f29687b
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