Revision 379c530fbbba1e9b7fe7dd78afd3fc0f5c5cf2f4 authored by Vladislav Kamenev on 07 December 2018, 15:05:41 UTC, committed by Vladislav Kamenev on 07 December 2018, 15:05:41 UTC
1 parent 7730b1c
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