https://github.com/ctlab/phantasus
Revision 578cdd36cf466e9e009e97bfe312f528179f9785 authored by Alexey Sergushichev on 26 November 2019, 09:35:51 UTC, committed by Alexey Sergushichev on 26 November 2019, 09:35:51 UTC
1 parent 8ac193b
Raw File
Tip revision: 578cdd36cf466e9e009e97bfe312f528179f9785 authored by Alexey Sergushichev on 26 November 2019, 09:35:51 UTC
Testing faster docker builds
Tip revision: 578cdd3
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