https://github.com/ctlab/phantasus
Revision 0ff160a7db0157c698e1221f2e6ce3f3358a2f8a authored by Alexey Sergushichev on 21 July 2020, 08:50:36 UTC, committed by Alexey Sergushichev on 21 July 2020, 08:50:36 UTC
1 parent 196f3db
Raw File
Tip revision: 0ff160a7db0157c698e1221f2e6ce3f3358a2f8a authored by Alexey Sergushichev on 21 July 2020, 08:50:36 UTC
fix locale problems in Dockerfile
Tip revision: 0ff160a
docker-compose.yml
version: "2"
services:
    phantasus:
        image: dzenkova/phantasus:latest
        ports:
            - "80:8000"
        expose:
            - 8000
            - 8001

back to top