https://github.com/ctlab/phantasus
Revision 32a8d5ce1b9cf22c48d6986c64b84dccd0059274 authored by Nitesh Turaga on 02 May 2019, 16:15:45 UTC, committed by Nitesh Turaga on 02 May 2019, 16:15:45 UTC
1 parent 86a00a4
Raw File
Tip revision: 32a8d5ce1b9cf22c48d6986c64b84dccd0059274 authored by Nitesh Turaga on 02 May 2019, 16:15:45 UTC
bump x.y.z versions to odd y after creation of RELEASE_3_9 branch
Tip revision: 32a8d5c
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