Revision ed604290ec0ded42322226593729bcdf5a21c8c7 authored by Alexey Sergushichev on 13 May 2020, 11:03:57 UTC, committed by Alexey Sergushichev on 13 May 2020, 11:03:57 UTC
1 parent bcd9d80
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