Update Servers/Containerization/Docker/Compose/Semaphore UI.md
This commit is contained in:
@ -50,13 +50,13 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
```
|
```
|
||||||
|
|
||||||
```jsx title=".env"
|
```yaml title=".env"
|
||||||
N/A - Will be cleaned up later.
|
N/A - Will be cleaned up later.
|
||||||
```
|
```
|
||||||
|
|
||||||
## Traefik Reverse Proxy Configuration
|
## Traefik Reverse Proxy Configuration
|
||||||
If the container does not run on the same host as Traefik, you will need to manually add configuration to Traefik's dynamic config file, outlined below.
|
If the container does not run on the same host as Traefik, you will need to manually add configuration to Traefik's dynamic config file, outlined below.
|
||||||
``` yaml
|
```yaml
|
||||||
http:
|
http:
|
||||||
routers:
|
routers:
|
||||||
semaphore:
|
semaphore:
|
||||||
|
Reference in New Issue
Block a user