https://github.com/ctlab/phantasus
Revision d2a4ccf70689567008754cfd4097b86a1f796b8d authored by Alexey Sergushichev on 18 March 2020, 17:40:49 UTC, committed by Alexey Sergushichev on 18 March 2020, 17:40:49 UTC
1 parent 4d9ce74
Raw File
Tip revision: d2a4ccf70689567008754cfd4097b86a1f796b8d authored by Alexey Sergushichev on 18 March 2020, 17:40:49 UTC
fix error in loadGSE due to stringAsFactors=FALSE
Tip revision: d2a4ccf
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