https://github.com/ctlab/phantasus
Revision 3e3c209b70967b81874e90bbb14d087b1a2d1c82 authored by Vladislav Kamenev on 27 June 2019, 13:57:55 UTC, committed by Vladislav Kamenev on 28 June 2019, 06:19:31 UTC
1 parent 6953b28
Raw File
Tip revision: 3e3c209b70967b81874e90bbb14d087b1a2d1c82 authored by Vladislav Kamenev on 27 June 2019, 13:57:55 UTC
GSEA plot tutorial fix
Tip revision: 3e3c209
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