We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c77aa commit a707581Copy full SHA for a707581
compose.yaml
@@ -127,7 +127,8 @@ services:
127
- "traefik.http.routers.nginx-example.rule=Host(`${NGINX_FQDN}`)"
128
- "traefik.http.routers.nginx-example.entrypoints=https"
129
- "traefik.http.routers.nginx-example.service=nginx-example"
130
- - "traefik.http.services.nginx-example.loadbalancer.server.port=3000"
+ ports:
131
+ - "3000:3000/tcp"
132
tmpfs:
133
# needed for read_only: true
134
- "/nginx/cache:uid=1000,gid=1000"
0 commit comments