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