https://github.com/ctlab/phantasus
Revision d8072934cc366a936f300741741022993d71485b authored by Alexey Sergushichev on 12 March 2021, 09:47:37 UTC, committed by Alexey Sergushichev on 12 March 2021, 09:47:37 UTC
1 parent f6c9356
Raw File
Tip revision: d8072934cc366a936f300741741022993d71485b authored by Alexey Sergushichev on 12 March 2021, 09:47:37 UTC
Update JS: workaround for PHANTASUS-T-27 and fix for PHANTASUS-T-28
Tip revision: d807293
docker-compose.yml
version: "2"
services:
    phantasus:
        image: dzenkova/phantasus:latest
        ports:
            - "80:8000"
        expose:
            - 8000
            - 8001

back to top