Revision 75e9b767d8c57add414619174966f20d83bd2a4f authored by Alexey Sergushichev on 25 May 2020, 08:50:37 UTC, committed by Alexey Sergushichev on 25 May 2020, 08:50:37 UTC
2 parent s 2e41a62 + 8023a5f
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