mirror of
https://git.wownero.com/lza_menace/docker-wownero.git
synced 2024-08-15 01:03:31 +00:00
bump to latest release
This commit is contained in:
parent
9ac50e1bba
commit
e100131b7d
4 changed files with 12 additions and 12 deletions
|
@ -10,10 +10,10 @@ up: ## Build and run the required containers by fetching binaries
|
|||
docker-compose -f docker-compose.yaml up -d
|
||||
|
||||
build: ## Build the required containers by fetching binaries
|
||||
docker-compose -f docker-compose.yaml build --no-cache
|
||||
docker-compose -f docker-compose.yaml build
|
||||
|
||||
down: ## Stop the containers
|
||||
docker-compose -f docker-compose.yaml down
|
||||
|
||||
logs: ## Get logs from the containers
|
||||
docker-compose -f docker-compose.yaml logs -f
|
||||
docker-compose -f docker-compose.yaml logs -f wownerod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue