https://github.com/ctlab/phantasus
Revision 686c52ac52cbd542e71689d53099b2d455345606 authored by Alexey Sergushichev on 21 October 2020, 12:06:32 UTC, committed by Alexey Sergushichev on 21 October 2020, 12:06:32 UTC
1 parent 5a1f686
Raw File
Tip revision: 686c52ac52cbd542e71689d53099b2d455345606 authored by Alexey Sergushichev on 21 October 2020, 12:06:32 UTC
version bump
Tip revision: 686c52a
docker-compose.yml
version: "2"
services:
    phantasus:
        image: dzenkova/phantasus:latest
        ports:
            - "80:8000"
        expose:
            - 8000
            - 8001

back to top