Revision b842c8decfcaa2f00484759843f0563c327696a2 authored by Vladislav Kamenev on 24 June 2019, 16:04:45 UTC, committed by Vladislav Kamenev on 24 June 2019, 16:07:54 UTC
1 parent db82731
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