https://github.com/ctlab/phantasus
Revision e8e0033cf03b0acbb92dc3db98947c01907b55af authored by Alexey Sergushichev on 21 March 2019, 07:49:19 UTC, committed by Alexey Sergushichev on 21 March 2019, 07:49:19 UTC
1 parent 87c2a7b
Raw File
Tip revision: e8e0033cf03b0acbb92dc3db98947c01907b55af authored by Alexey Sergushichev on 21 March 2019, 07:49:19 UTC
Switch to fgsea 1.9.5
Tip revision: e8e0033
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