Update auth/docker/docker-compose.yml
This commit is contained in:
parent
9a2b977c39
commit
f02c071911
|
@ -10,7 +10,3 @@ services:
|
||||||
- "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"
|
|
||||||
|
|
Loading…
Reference in New Issue