https://github.com/ctlab/phantasus
Revision e1e99bd68b7b1e0571364fb6c28a75779dd964de authored by Alexey Sergushichev on 18 March 2020, 17:41:05 UTC, committed by Alexey Sergushichev on 18 March 2020, 17:41:05 UTC
1 parent d2a4ccf
Raw File
Tip revision: e1e99bd68b7b1e0571364fb6c28a75779dd964de authored by Alexey Sergushichev on 18 March 2020, 17:41:05 UTC
warning fixes
Tip revision: e1e99bd
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