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

@ -10,7 +10,3 @@ services:
- "47706:4567"
volumes:
- ./auth:/app/data # Adjust the path accordingly
command: ["./auth.rb"]
restart: always
ports:
- "47706:4567"