Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aorzelskiGH authored Oct 6, 2023
1 parent 441f15b commit 607443e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,18 @@ The related docker is:
docker.io/adminshellio/aasx-server-blazor-for-demo:main

Put your AASXs into ./aasxs and you may run the docker by e.g.:
```
docker run
-p 5001:5001
--restart unless-stopped
-v ./aasxs:/AasxServerBlazor/aasxs
docker.io/adminshellio/aasx-server-blazor-for-demo:main
```

If you like to use docker compose, see docker-compose.yaml below.
Please change YOURPORT and YOURURL.

```
services:
aasx-server:
container_name: aasx-server
Expand All @@ -46,8 +49,9 @@ services:
volumes:
- ./aasxs:/usr/share/aasxs
command: --no-security --data-path /usr/share/aasxs --external-blazor YOURURL
```


# OLD DOCUMENTATION

This documentation will be updated to V3 soon.
Expand Down

0 comments on commit 607443e

Please sign in to comment.