From fe2118bc3b0e1d77bf6b90a48c8271716d3ffcba Mon Sep 17 00:00:00 2001 From: daniel-j Date: Sun, 20 Oct 2024 21:35:30 +0200 Subject: [PATCH] fix typo --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index f3a82bb..c728ecd 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -6,7 +6,7 @@ services: container_name: send2ereader # Restart means, Automatic re-start the container after a shutdown unless manual stop container restart: unless-stopped - # ports means, Bind external and internal docker ports, only change the external port, not the internal port - # Arquitecture: : + # Ports means, Bind external and internal docker ports, only change the external port, not the internal port + # Format: : ports: - 3001:3001