Revision b0310600e3bbcc0fa9771024092ccd5e6d57886d authored by Vladislav Kamenev on 03 April 2019, 13:04:21 UTC, committed by Vladislav Kamenev on 08 May 2019, 10:27:20 UTC
1 parent f56bbb2
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