https://github.com/ctlab/phantasus
Revision c8a94b9dfd296df19aa6085af190dcef78a1326b authored by petrovich on 13 December 2018, 19:16:42 UTC, committed by Vladislav Kamenev on 25 December 2018, 16:46:55 UTC
1 parent 17fc2a7
Raw File
Tip revision: c8a94b9dfd296df19aa6085af190dcef78a1326b authored by petrovich on 13 December 2018, 19:16:42 UTC
Fix the build
Tip revision: c8a94b9
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