https://github.com/ctlab/phantasus
Revision 515773ffa958b3d72fc5221c51e87524922eb66a authored by petrovich on 10 September 2019, 15:46:11 UTC, committed by petrovich on 10 September 2019, 17:13:21 UTC
1 parent 2855eac
Raw File
Tip revision: 515773ffa958b3d72fc5221c51e87524922eb66a authored by petrovich on 10 September 2019, 15:46:11 UTC
DESeq: finalisation
Tip revision: 515773f
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