Revision 48cbc7b1cfaebc37e3d5a2a5f5cce280a7ebe1e3 authored by petrovich on 12 September 2019, 21:51:50 UTC, committed by petrovich on 12 September 2019, 22:08:51 UTC
1 parent f17b4cb
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