mirror of
https://github.com/zitadel/zitadel.git
synced 2025-02-25 18:55:27 -06:00
chore: improve wording (#4545)
This commit is contained in:
11
docs/docker-compose.yml
Normal file
11
docs/docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
docusaurus:
|
||||
image: node:lts-alpine3.15
|
||||
working_dir: /app
|
||||
volumes:
|
||||
- ./:/app
|
||||
ports:
|
||||
- 3000:3000
|
||||
command: sh -c "yarn install && yarn start --host 0.0.0.0"
|
||||
Reference in New Issue
Block a user