1
0
Fork 0
mirror of https://github.com/anyproto/any-sync-dockercompose.git synced 2025-06-08 14:07:02 +09:00

fixed Makefile

add info in README.md
This commit is contained in:
Grigory Efimov 2023-04-27 14:16:39 +00:00 committed by Mikhail Iudin
parent 89063fec6c
commit 22c03d6a1a
No known key found for this signature in database
GPG key ID: FAAAA8BAABDFF1C0
2 changed files with 2 additions and 1 deletions

View file

@ -1,7 +1,7 @@
SHELL=/bin/bash SHELL=/bin/bash
start: generate_etc start: generate_etc
docker compose up --build --detach docker compose up --force-recreate --build --detach
generate_etc: generate_etc:
install -d \ install -d \

View file

@ -6,6 +6,7 @@
``` ```
echo <you token>| docker login ghcr.io -u <github username> --password-stdin echo <you token>| docker login ghcr.io -u <github username> --password-stdin
``` ```
* installing docker and docker compose https://docs.docker.com/compose/install/linux/
## usage ## usage
* start stand: * start stand: