https://github.com/ctlab/phantasus
Revision 25cebe7cc1fd19acdbb762c6f7c307ca0fb1ecde authored by Vladislav Kamenev on 19 February 2019, 18:31:46 UTC, committed by Vladislav Kamenev on 19 February 2019, 18:31:46 UTC
1 parent af9c3d3
Raw File
Tip revision: 25cebe7cc1fd19acdbb762c6f7c307ca0fb1ecde authored by Vladislav Kamenev on 19 February 2019, 18:31:46 UTC
Test fixes
Tip revision: 25cebe7
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