https://github.com/ctlab/phantasus
Revision 0432fd82fec540423539c32d3294084e22ada45a authored by Alexey Sergushichev on 05 May 2022, 15:06:59 UTC, committed by Alexey Sergushichev on 05 May 2022, 15:06:59 UTC
1 parent f333522
Raw File
Tip revision: 0432fd82fec540423539c32d3294084e22ada45a authored by Alexey Sergushichev on 05 May 2022, 15:06:59 UTC
sync versions
Tip revision: 0432fd8
docker-compose.yml
version: "2"
services:
    phantasus:
        image: dzenkova/phantasus:latest
        ports:
            - "80:8000"
        expose:
            - 8000
            - 8001

back to top