fix: docker-compose.yml

This commit is contained in:
2026-06-03 11:44:37 -05:00
parent 29cd8f612f
commit d1087c07b1
+1 -1
View File
@@ -15,7 +15,7 @@ services:
- NODE_ENV=production
ports:
- "127.0.0.1:3020:3020"
network:
networks:
- gitea-network
healthcheck:
test: ["CMD", "node", "-e", "require('http').get('http://localhost:3020/api/health', (r) => {process.exit(r.statusCode === 200 ? 0 : 1)})"]