https://github.com/ctlab/phantasus
Revision 0c8535c6edce1969ae0141c62ba2571ac08590fe authored by Vladislav Kamenev on 07 December 2018, 15:05:41 UTC, committed by Vladislav Kamenev on 25 December 2018, 16:46:55 UTC
1 parent c22ce42
Raw File
Tip revision: 0c8535c6edce1969ae0141c62ba2571ac08590fe authored by Vladislav Kamenev on 07 December 2018, 15:05:41 UTC
Update JS
Tip revision: 0c8535c
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