From f02c071911e2eefe602cb8c6a10822cf6e14e120 Mon Sep 17 00:00:00 2001 From: joseph Date: Sun, 17 Dec 2023 21:38:30 +0000 Subject: [PATCH] Update auth/docker/docker-compose.yml --- auth/docker/docker-compose.yml | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/auth/docker/docker-compose.yml b/auth/docker/docker-compose.yml index eed1643..5869d21 100644 --- a/auth/docker/docker-compose.yml +++ b/auth/docker/docker-compose.yml @@ -1,16 +1,12 @@ -version: "3" - -services: - server: - container_name: auth - build: - context: . - dockerfile: Dockerfile - ports: - - "47706:4567" - volumes: - - ./auth:/app/data # Adjust the path accordingly - command: ["./auth.rb"] - restart: always - ports: - - "47706:4567" +version: "3" + +services: + server: + container_name: auth + build: + context: . + dockerfile: Dockerfile + ports: + - "47706:4567" + volumes: + - ./auth:/app/data # Adjust the path accordingly