https://github.com/ctlab/phantasus
Revision 8d701187219705a4fc3d5247cc370e62b6480a71 authored by Vladislav Kamenev on 26 April 2019, 00:14:43 UTC, committed by Vladislav Kamenev on 26 April 2019, 00:14:43 UTC
This reverts commit ff3c89c192ebeab71afd32386b54ac6357f733ee.
1 parent ff3c89c
Raw File
Tip revision: 8d701187219705a4fc3d5247cc370e62b6480a71 authored by Vladislav Kamenev on 26 April 2019, 00:14:43 UTC
Revert "Biocheck warnings"
Tip revision: 8d70118
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