Skip to content

Commit 17f40ff

Browse files
authored
test new port
1 parent c95c8ee commit 17f40ff

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ services:
1414
PUB_STRIPE_KEY: ${PUB_STRIPE_KEY:-pk_live_51RDVmAGSxPVad6bQwzVNnbc28nlmzA30krLWk1fefCMpUPiSRPkavMMbGqa8A3lUaOCMlsUEVy2CWDYg0ip3aPpL00ZJlsMkf2}
1515
restart: unless-stopped
1616
expose:
17-
- "3000"
18-
networks:
19-
- dokploy-network
17+
- "80"
2018
labels:
2119
- traefik.enable=true
2220
- traefik.http.routers.vert.rule=Host(`${PUB_HOSTNAME}`)
2321
- traefik.http.routers.vert.entrypoints=websecure
2422
- traefik.http.routers.vert.tls.certresolver=letsencrypt
25-
- traefik.http.services.vert.loadbalancer.server.port=3000
23+
- traefik.http.services.vert.loadbalancer.server.port=80
24+
25+
2626

2727
networks:
2828
dokploy-network:

0 commit comments

Comments
 (0)