Revision 27d3fc866a311fce403b149171d4fd5152421636 authored by Vladislav Kamenev on 08 May 2019, 10:51:04 UTC, committed by GitHub on 08 May 2019, 10:51:04 UTC
2 parent s c3e2328 + fbe2266
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