Commit aa7ba75f authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Elimina comillas que rompen la sintaxis

parent 9788428a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ x-selenium-node-commons: &selenium-node-commons
    - type: tmpfs
      target: /dev/shm
      tmpfs:
        size: '${SELENIUM_NODE_SHARED_MEMORY}'
        size: ${SELENIUM_NODE_SHARED_MEMORY}
  healthcheck:
    test: curl -sSL http://localhost:5555/status
    interval: ${SELENIUM_NODE_HEALTHCHECK_INTERVAL:-30s}