Revision 078c2f0b7a3f265a081a937c461abc44c4569140 authored by Vladislav Kamenev on 19 November 2019, 17:26:13 UTC, committed by Vladislav Kamenev on 19 November 2019, 17:26:13 UTC
1 parent de8eb36
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