Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 521 Bytes

README.md

File metadata and controls

39 lines (32 loc) · 521 Bytes

SITCON CAMP 點數系統 bot

Setup

Commands

Build:

$ docker compose create

Run:

$ docker compose start

Stop:

$ docker compose stop

Build and Run:

$ docker compose up

Or in detach mode:

$ docker compose up -d

Remove image camp2017, networks and containers:

$ docker compose down --rmi local -v

Usually, it takes long to pull mongo image.
Remove all images, networks and containers:

$ docker compose down --rmi all -v