Revision 4d9ce749e844b424a1e1a7b9ce62f030323e2de1 authored by Alexey Sergushichev on 18 March 2020, 14:17:26 UTC, committed by Alexey Sergushichev on 18 March 2020, 14:17:26 UTC
1 parent 1345b2d
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