Revision f74ea2517c2d19e869046a57e621b18b9d60e6cd authored by Alexey Sergushichev on 27 April 2019, 10:21:28 UTC, committed by Alexey Sergushichev on 27 April 2019, 10:21:28 UTC
1 parent 8d70118
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