fix: remove labels from compose (conflicts with Coolify), EXPOSE only port 80
This commit is contained in:
+1
-1
@@ -134,7 +134,7 @@ HEALTHCHECK --interval=30s --timeout=5s --start-period=30s --retries=3 \
|
||||
CMD curl -f http://localhost/health.php || exit 1
|
||||
|
||||
# Exponer puertos
|
||||
EXPOSE 80 443 9000
|
||||
EXPOSE 80
|
||||
|
||||
# Script de inicio
|
||||
COPY docker/entrypoint.sh /usr/local/bin/entrypoint.sh
|
||||
|
||||
Reference in New Issue
Block a user