Revision 72236d01af3e5638a9291082ac7da147e9049bbc authored by Vladislav Kamenev on 02 April 2019, 16:42:49 UTC, committed by Vladislav Kamenev on 02 April 2019, 16:42:49 UTC
This reverts commit 3895d879e87d0c61051bbe8ed9c69ca76ec11c60.
1 parent 3895d87
Raw File
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