Revision a3646bba2173e34fae60f533c832db516da3cbd1 authored by Alexey Sergushichev on 25 April 2019, 14:44:44 UTC, committed by Alexey Sergushichev on 25 April 2019, 14:44:44 UTC
1 parent 5eb3dbd
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