BytesOfProgress

Resources


Crafty-Controller


Get file:


$ wget https://bytesofprogress.net/resources/docker-compose/crafty-controller/docker-compose.yml


Contents of file:

services:
    crafty:
      container_name: crafty_container
      image: registry.gitlab.com/crafty-controller/crafty-4:latest
      restart: always
      environment:
        - TZ=Etc/UTC
      ports:
        - "8000:8000" # HTTP
        - "8443:8443" # HTTPS
        - "8123:8123" # DYNMAP
        - "19132:19132/udp" # BEDROCK
        - "25500-25600:25500-25600" # MC SERV PORT RANGE
      volumes:
        - ./docker/backups:/crafty/backups
        - ./docker/logs:/crafty/logs
        - ./docker/servers:/crafty/servers
        - ./docker/config:/crafty/app/config
        - ./docker/import:/crafty/import

Additional information: You need to login with the anti-lockout-user first: Click on "Forgot Password", then a temporary password is in the console output. Use that to change the admin password.




back