Revision e8d0803a63bc0d0f6ccdfd22c4bfcaa68349e5b6 authored by Vladislav Kamenev on 13 May 2019, 07:07:11 UTC, committed by GitHub on 13 May 2019, 07:07:11 UTC
Temporarily fix #121
1 parent 0d38506
Raw File
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