https://github.com/ctlab/phantasus
Revision aa2dee338688404950f03dc729f4a26cc3c74215 authored by Alexey Sergushichev on 02 November 2021, 17:30:47 UTC, committed by Alexey Sergushichev on 02 November 2021, 17:30:47 UTC
1 parent 9ca07de
Raw File
Tip revision: aa2dee338688404950f03dc729f4a26cc3c74215 authored by Alexey Sergushichev on 02 November 2021, 17:30:47 UTC
fix some test warnings
Tip revision: aa2dee3
docker-compose.yml
version: "2"
services:
    phantasus:
        image: dzenkova/phantasus:latest
        ports:
            - "80:8000"
        expose:
            - 8000
            - 8001

back to top