diff --git a/docker-compose.yaml b/docker-compose.yaml index 6b1a111..f3a82bb 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,9 +1,12 @@ -version: "3" services: send2ereader: build: context: . dockerfile: ./Dockerfile 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: - 3001:3001