https://github.com/ctlab/phantasus
Revision 2012206e6d36514cb8c37a40c972c2a629b17cac authored by petrovich on 17 December 2018, 13:18:07 UTC, committed by petrovich on 17 December 2018, 13:18:07 UTC
1 parent 7ddfa69
Raw File
Tip revision: 2012206e6d36514cb8c37a40c972c2a629b17cac authored by petrovich on 17 December 2018, 13:18:07 UTC
Empty annotationDB fix
Tip revision: 2012206
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