Revision db827317cab581aa01fe7a6b79f708469c9f860b authored by Vladislav Kamenev on 24 June 2019, 15:24:02 UTC, committed by Vladislav Kamenev on 24 June 2019, 15:24:02 UTC
1 parent 2255926
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