Revision b9961f70c3fa2b387453b0181e8be916b239be68 authored by Alexey Sergushichev on 25 June 2019, 10:23:20 UTC, committed by Alexey Sergushichev on 25 June 2019, 10:23:20 UTC
1 parent 78e4ae9
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