https://github.com/ctlab/phantasus
Revision 846751e176a3ce896433cbe81f12278a48905e0e authored by Vladislav Kamenev on 18 February 2019, 21:15:54 UTC, committed by Vladislav Kamenev on 18 February 2019, 21:15:54 UTC
1 parent 78b05d4
Raw File
Tip revision: 846751e176a3ce896433cbe81f12278a48905e0e authored by Vladislav Kamenev on 18 February 2019, 21:15:54 UTC
Binary caching
Tip revision: 846751e
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