https://github.com/ctlab/phantasus
Revision 77806ddaf178cd2b724b38105c86914be81f0eb8 authored by Alexey Sergushichev on 18 March 2020, 17:41:32 UTC, committed by Alexey Sergushichev on 18 March 2020, 17:41:32 UTC
1 parent e1e99bd
Raw File
Tip revision: 77806ddaf178cd2b724b38105c86914be81f0eb8 authored by Alexey Sergushichev on 18 March 2020, 17:41:32 UTC
version bump
Tip revision: 77806dd
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