Update auth/docker/docker-compose.yml

This commit is contained in:
joseph 2023-12-17 21:38:30 +00:00
parent 9a2b977c39
commit f02c071911
1 changed files with 12 additions and 16 deletions

View File

@ -1,16 +1,12 @@
version: "3" version: "3"
services: services:
server: server:
container_name: auth container_name: auth
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
ports: ports:
- "47706:4567" - "47706:4567"
volumes: volumes:
- ./auth:/app/data # Adjust the path accordingly - ./auth:/app/data # Adjust the path accordingly
command: ["./auth.rb"]
restart: always
ports:
- "47706:4567"