Revision 063feeec6107c70c3607c321508bb71d9b8e2d8c authored by Vladislav Kamenev on 25 December 2018, 16:54:11 UTC, committed by Vladislav Kamenev on 25 December 2018, 16:54:11 UTC
1 parent 6543934
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