https://github.com/ctlab/phantasus
Revision 21b3e0a60a8d7dce07a9eea4f6e18f2790209459 authored by Vladislav Kamenev on 19 February 2019, 18:39:19 UTC, committed by Vladislav Kamenev on 19 February 2019, 18:39:19 UTC
1 parent 25cebe7
Raw File
Tip revision: 21b3e0a60a8d7dce07a9eea4f6e18f2790209459 authored by Vladislav Kamenev on 19 February 2019, 18:39:19 UTC
Test fixes
Tip revision: 21b3e0a
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