Revision 8206d1f8c821cdaadec33a20936d2c8dd2b016de authored by Vladislav Kamenev on 19 November 2018, 09:41:48 UTC, committed by Vladislav Kamenev on 19 November 2018, 09:41:48 UTC
1 parent 17c1510
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