Revision 3900a2216ab6dd1ad926f25e04eb14d32a42be10 authored by Alexey Sergushichev on 17 December 2018, 21:32:23 UTC, committed by Vladislav Kamenev on 25 December 2018, 16:46:55 UTC
1 parent 04b6baa
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