https://github.com/ctlab/phantasus
Revision 604085f3236126e20ad8a7df1242483642d8f4b3 authored by Alexey Sergushichev on 21 November 2019, 08:52:12 UTC, committed by Alexey Sergushichev on 21 November 2019, 08:52:12 UTC
2 parent s 4c76376 + 078c2f0
Raw File
Tip revision: 604085f3236126e20ad8a7df1242483642d8f4b3 authored by Alexey Sergushichev on 21 November 2019, 08:52:12 UTC
Merge branch 'develop'
Tip revision: 604085f
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