Revision d227226ab2302a82e6aa39eb5417f69e605243bb authored by Alexey Sergushichev on 20 December 2019, 16:41:29 UTC, committed by Alexey Sergushichev on 20 December 2019, 16:41:29 UTC
1 parent 22f39e5
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