https://github.com/ctlab/phantasus
Revision 87888451928a48ee3cd93abd4753b17c8f961149 authored by Alexey Sergushichev on 20 July 2020, 11:08:25 UTC, committed by Alexey Sergushichev on 20 July 2020, 11:08:25 UTC
1 parent a6e0738
Raw File
Tip revision: 87888451928a48ee3cd93abd4753b17c8f961149 authored by Alexey Sergushichev on 20 July 2020, 11:08:25 UTC
fix documentation for write.gct
Tip revision: 8788845
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