https://github.com/ctlab/phantasus
Revision 8023a5f6aced9abad56d7686dec85bb16a054895 authored by Alexey Sergushichev on 13 May 2020, 17:56:06 UTC, committed by GitHub on 13 May 2020, 17:56:06 UTC
* Update .travis.yml
1 parent 5ae6e3d
Raw File
Tip revision: 8023a5f6aced9abad56d7686dec85bb16a054895 authored by Alexey Sergushichev on 13 May 2020, 17:56:06 UTC
Travis fix 1 (#154)
Tip revision: 8023a5f
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