We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42c0f67 commit 98642a9Copy full SHA for 98642a9
1 file changed
08-running-containers/docker-compose.yml
@@ -28,6 +28,7 @@ services:
28
api-node:
29
labels:
30
shipyard.route: '/api/node/'
31
+ shipyard.route.rewrite: true
32
image: api-node
33
build:
34
context: ../05-example-web-application/api-node/
@@ -46,6 +47,7 @@ services:
46
47
api-golang:
48
49
shipyard.route: '/api/golang/'
50
51
image: api-golang
52
53
context: ../05-example-web-application/api-golang/
0 commit comments