| ... | @@ -92,11 +92,11 @@ volumes: |
... | @@ -92,11 +92,11 @@ volumes: |
|
|
|
|
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
If necessary, change the **18080** port to the port you have opened to the internet. This port will be referred to as **{DOMIBUS_PORT}**.
|
|
If necessary, change the **18080** port to the port you have opened to the internet. This port will be referred to as **`{DOMIBUS_PORT}`**.
|
|
|
|
|
|
|
|
> **Note**: If using a reverse proxy, configure it to forward to the internal port.
|
|
> **Note**: If using a reverse proxy, configure it to forward to the internal port.
|
|
|
|
|
|
|
|
Execute the following commands at the same level as your compose.yaml:
|
|
Execute the following commands at the same level as your `compose.yaml`:
|
|
|
```shell
|
|
```shell
|
|
|
docker compose up -d
|
|
docker compose up -d
|
|
|
```
|
|
```
|
| ... | @@ -108,7 +108,7 @@ http://{DOMIBUS_HOSTNAME}:{DOMIBUS_PORT}/domibus |
... | @@ -108,7 +108,7 @@ http://{DOMIBUS_HOSTNAME}:{DOMIBUS_PORT}/domibus |
|
|

|
|

|
|
|
|
|
|
|
|
|
|
|
|
|
Stop your Domibus instance using the following command at the same level as your compose.yaml:
|
|
Stop your Domibus instance using the following command at the same level as your `compose.yaml`:
|
|
|
```shell
|
|
```shell
|
|
|
docker compose down
|
|
docker compose down
|
|
|
```
|
|
```
|
| ... | |
... | |
| ... | | ... | |