Revision 8ac193bf0ebf785825c7706dc14089130c9c1459 authored by Alexey Sergushichev on 23 November 2019, 12:35:35 UTC, committed by Alexey Sergushichev on 23 November 2019, 12:35:35 UTC
1 parent 5d2cf02
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