mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 11:06:33 +00:00
32955e4c66
add azaion-commands queue add logs for docker run update gitignore
6 lines
184 B
Bash
6 lines
184 B
Bash
docker run \
|
|
--env-file .env \
|
|
-p 4000:8080 \
|
|
-v /root/content:/app/Content \
|
|
-v /root/logs:/app/logs
|
|
--name azaion.api docker.azaion.com/api |