Revision 893a86d77b647ba4348cb482961e6e5dcb1d4700 authored by Vladislav Kamenev on 04 February 2019, 16:34:51 UTC, committed by Vladislav Kamenev on 04 February 2019, 16:34:51 UTC
1 parent 38d2c6c
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