Skip to content

Commit

Permalink
Merge pull request fonoster#618 from tomsebastiantom/patch-1
Browse files Browse the repository at this point in the history
Updated deploy-with-docker.md
  • Loading branch information
psanders authored Jun 2, 2024
2 parents 4a1438d + 723f7ba commit 9bd7b06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docs/operator/deploy-with-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ curl -o .env https://raw.githubusercontent.com/fonoster/fonos/main/.env.example
curl -o ./etc/fluent.conf https://raw.githubusercontent.com/fonoster/fonos/main/etc/fluent.conf
curl -o ./etc/vault.json https://raw.githubusercontent.com/fonoster/fonos/main/etc/vault.json
curl -o ./etc/rbac.json https://raw.githubusercontent.com/fonoster/fonos/main/mods/apiserver/etc/rbac.json
curl -o ./etc/log4j2.yml https://raw.githubusercontent.com/fonoster/fonos/main/etc/log4j2.yml
```

Then, open the .env file with your favorite editor and update the following variables:
Expand All @@ -47,4 +48,4 @@ Finally, you can access the application by visiting the URL you set in the `WEBU

## Known Issues

- Running Fonoster in development mode on macOS M2 chips causes several containers to crash and fail. No workaround is available at the moment.
- Running Fonoster in development mode on macOS M2 chips causes several containers to crash and fail. No workaround is available at the moment.

0 comments on commit 9bd7b06

Please sign in to comment.