https://github.com/ctlab/phantasus
Revision 26a4f40c687d153a5672f5de56e567ce8b8af69f authored by Nitesh Turaga on 26 October 2021, 16:42:56 UTC, committed by Nitesh Turaga on 26 October 2021, 16:42:56 UTC
1 parent c7903d1
Raw File
Tip revision: 26a4f40c687d153a5672f5de56e567ce8b8af69f authored by Nitesh Turaga on 26 October 2021, 16:42:56 UTC
bump x.y.z version to even y prior to creation of RELEASE_3_14 branch
Tip revision: 26a4f40
docker-compose.yml
version: "2"
services:
    phantasus:
        image: dzenkova/phantasus:latest
        ports:
            - "80:8000"
        expose:
            - 8000
            - 8001

back to top