https://github.com/ctlab/phantasus
Revision ea116ef336cc2c783e357a23f095c5d9d95f2613 authored by Vladislav Kamenev on 19 February 2019, 17:02:58 UTC, committed by Vladislav Kamenev on 19 February 2019, 17:02:58 UTC
1 parent 6925741
Raw File
Tip revision: ea116ef336cc2c783e357a23f095c5d9d95f2613 authored by Vladislav Kamenev on 19 February 2019, 17:02:58 UTC
/preloaded endpoint
Tip revision: ea116ef
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