15 lines
346 B
Plaintext
15 lines
346 B
Plaintext
# TODO bettter move everything to .env and gitignore it
|
|
|
|
INITIAL SETUP
|
|
|
|
cd email-proxy
|
|
touch hotels.db # IMPORTANT
|
|
docker compose up -d --build
|
|
|
|
|
|
In the current directory, to update the image&container run
|
|
docker compose up --build
|
|
this does not change the volume (db)
|
|
|
|
For resetting everything, also the db, before run
|
|
Use docker compose down -v |