diff --git a/compose.yaml b/compose.yaml index 12d9626..4d388d8 100644 --- a/compose.yaml +++ b/compose.yaml @@ -4,16 +4,17 @@ services: image: nginx:1.27.0-alpine container_name: surl-front ports: - - 127.0.0.1:80:80 + - 127.0.0.1:80:11451 volumes: - "./dist:/usr/share/nginx/html:ro" - "./nginx.conf:/etc/nginx/nginx.conf" + restart: unless-stopped healthcheck: test: ["CMD", "curl", "-f", "http://localhost/health"] - interval: 30s - timeout: 10s + interval: 5s + timeout: 5s retries: 5 - start_period: 10s + start_period: 5s networks: - surl-network networks: diff --git a/index.html b/index.html index 66e99c0..0778f03 100644 --- a/index.html +++ b/index.html @@ -2,9 +2,9 @@
- - - + + +