Revision 692574191f4b6f43d709a0e0086d0dbac779211c authored by Vladislav Kamenev on 19 February 2019, 13:27:32 UTC, committed by Vladislav Kamenev on 19 February 2019, 13:27:32 UTC
1 parent ad3dbf5
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