https://github.com/ctlab/phantasus
Revision af9c3d365123381b9c81bf62649cb4b3d47b5870 authored by Vladislav Kamenev on 19 February 2019, 17:07:26 UTC, committed by Vladislav Kamenev on 19 February 2019, 17:07:26 UTC
1 parent 56d602c
Raw File
Tip revision: af9c3d365123381b9c81bf62649cb4b3d47b5870 authored by Vladislav Kamenev on 19 February 2019, 17:07:26 UTC
/preloaded in nginx config
Tip revision: af9c3d3
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