https://github.com/ctlab/phantasus
Revision e7501bc3ba9c51273b9de36bc707438a8deebe5b authored by Alexey Sergushichev on 21 October 2020, 12:43:55 UTC, committed by Alexey Sergushichev on 21 October 2020, 12:43:55 UTC
1 parent 0eb6552
Raw File
Tip revision: e7501bc3ba9c51273b9de36bc707438a8deebe5b authored by Alexey Sergushichev on 21 October 2020, 12:43:55 UTC
curl import
Tip revision: e7501bc
docker-compose.yml
version: "2"
services:
    phantasus:
        image: dzenkova/phantasus:latest
        ports:
            - "80:8000"
        expose:
            - 8000
            - 8001

back to top