Skip to content

Commit b79e013

Browse files
committed
docs: use latest docker database images
1 parent 90d1eb5 commit b79e013

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ docker:
4242
.. code-block:: bash
4343
4444
# Para postgres:
45-
docker run --env=POSTGRES_PASSWORD=postgres --publish=5432:5432 --rm postgres:13
45+
docker run --env=POSTGRES_PASSWORD=postgres --publish=5432:5432 --rm postgres:alpine
4646
# Para mysql / mariadb:
47-
docker run --env=MYSQL_ROOT_PASSWORD=mysql --publish=3306:3306 --rm -it mariadb:10
47+
docker run --env=MYSQL_ROOT_PASSWORD=mysql --publish=3306:3306 --rm -it mariadb:alpine
4848
4949
Tené en cuenta que los servidores pueden tardar un par de segundos en
5050
arrancar. Si estás corriendo tests a mano no es un problema, pero si estás

0 commit comments

Comments
 (0)