Revision 59687962c4d3906337481084601fa2c7a16ac38f authored by Vladislav Kamenev on 22 May 2019, 07:56:23 UTC, committed by GitHub on 22 May 2019, 07:56:23 UTC
1 parent 7f59e03
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