Revision 040b6f90fbb723ed253a66ad9f712d5a36b70411 authored by petrovich on 11 September 2019, 03:13:15 UTC, committed by petrovich on 11 September 2019, 03:13:15 UTC
1 parent 285bf32
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