Revision 27d7ae02f54e622c7ad7bca888382fe41f9c290e authored by Alexey Sergushichev on 26 November 2019, 10:16:42 UTC, committed by Alexey Sergushichev on 26 November 2019, 10:16:42 UTC
1 parent 578cdd3
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