1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-30 21:24:18 +00:00

Purge 🔥

This commit is contained in:
Mathieu Lecarme 2022-04-03 12:59:45 +02:00
parent 952d9b3a45
commit 196fceecb4

View file

@ -8,5 +8,13 @@ up:
docker-compose up -d
docker ps
down:
docker-compose down
purge:
make down
rm -rf data.ms
make up
pull:
docker-compose pull