https://github.com/ctlab/phantasus
Revision 3097c1f4e8511b23910752862482fd6404203c7e authored by Vladislav Kamenev on 28 November 2018, 15:58:01 UTC, committed by Vladislav Kamenev on 28 November 2018, 16:36:57 UTC
1 parent 1d492c3
Raw File
Tip revision: 3097c1f4e8511b23910752862482fd6404203c7e authored by Vladislav Kamenev on 28 November 2018, 15:58:01 UTC
Fix the build
Tip revision: 3097c1f
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