Revision 8499e74a57ac9b2363de2440ce59e6da4e8b4ba6 authored by Vladislav Kamenev on 19 June 2019, 12:02:59 UTC, committed by Vladislav Kamenev on 20 June 2019, 12:27:23 UTC
1 parent 3b3018d
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