https://github.com/ctlab/phantasus
Revision 88c8f6a5a8a4200ec91ae5c58cccf5cf21bbe5be authored by Alexey Sergushichev on 27 March 2019, 08:17:26 UTC, committed by Alexey Sergushichev on 27 March 2019, 08:17:26 UTC
1 parent 26b91d6
Raw File
Tip revision: 88c8f6a5a8a4200ec91ae5c58cccf5cf21bbe5be authored by Alexey Sergushichev on 27 March 2019, 08:17:26 UTC
fix for fgsea's log2err=NA
Tip revision: 88c8f6a
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