Revision 732d8031c32adf4a1c99d9db2f1646fdd529375e authored by Vladislav Kamenev on 26 February 2019, 16:42:10 UTC, committed by GitHub on 26 February 2019, 16:42:10 UTC
2 parent s 34b4118 + ee2f54f
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