https://github.com/ctlab/phantasus
Revision 5a1f686c5b46f8fc7fcb11316787d5a87d67ab4a authored by Alexey Sergushichev on 30 September 2020, 12:26:01 UTC, committed by Alexey Sergushichev on 30 September 2020, 12:26:01 UTC
1 parent 8d87c9a
Raw File
Tip revision: 5a1f686c5b46f8fc7fcb11316787d5a87d67ab4a authored by Alexey Sergushichev on 30 September 2020, 12:26:01 UTC
Update JS
Tip revision: 5a1f686
docker-compose.yml
version: "2"
services:
    phantasus:
        image: dzenkova/phantasus:latest
        ports:
            - "80:8000"
        expose:
            - 8000
            - 8001

back to top