mirror of
https://github.com/PAPAMICA/docker-compose-collection.git
synced 2026-01-18 16:27:25 +01:00
Add service port
This commit is contained in:
@@ -37,8 +37,8 @@ services:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.$SERVICE.rule=Host(`$URL`)
|
||||
- traefik.http.routers.$SERVICE.entryPoints=http
|
||||
- "traefik.docker.network=$NETWORK"
|
||||
- "traefik.http.services.$SERVICE.loadbalancer.server.port=5678"
|
||||
- traefik.docker.network=$NETWORK
|
||||
- traefik.http.services.$SERVICE.loadbalancer.server.port=5678
|
||||
networks:
|
||||
- default
|
||||
|
||||
|
||||
Reference in New Issue
Block a user