https://github.com/ctlab/phantasus
Revision f333522aebbafbef995fa80a3e29900c53746408 authored by Nitesh Turaga on 26 April 2022, 15:48:03 UTC, committed by Nitesh Turaga on 26 April 2022, 15:48:03 UTC
1 parent fbf8dff
Raw File
Tip revision: f333522aebbafbef995fa80a3e29900c53746408 authored by Nitesh Turaga on 26 April 2022, 15:48:03 UTC
bump x.y.z version to odd y following creation of RELEASE_3_15 branch
Tip revision: f333522
docker-compose.yml
version: "2"
services:
    phantasus:
        image: dzenkova/phantasus:latest
        ports:
            - "80:8000"
        expose:
            - 8000
            - 8001

back to top