mirror of
https://github.com/NexVeridian/ark-invest-api-rust.git
synced 2025-09-02 01:49:11 +00:00
fix: swap docker file to bin
This commit is contained in:
parent
486ed4c958
commit
4a935992b0
3 changed files with 27 additions and 28 deletions
|
@ -1,14 +1,14 @@
|
|||
services:
|
||||
ark-invest-api-rust:
|
||||
image: ghcr.io/nexveridian/ark-invest-api-rust:latest
|
||||
container_name: ark-invest-api-rust
|
||||
restart: unless-stopped
|
||||
# environment:
|
||||
# - NGINX = false
|
||||
volumes:
|
||||
- ./data:/ark-invest-api-rust/data
|
||||
ports:
|
||||
- "3000:3000"
|
||||
ark-invest-api-rust:
|
||||
image: ghcr.io/nexveridian/ark-invest-api-rust:latest
|
||||
container_name: ark-invest-api-rust
|
||||
restart: unless-stopped
|
||||
# environment:
|
||||
# - NGINX = false
|
||||
volumes:
|
||||
- ./data:/data
|
||||
ports:
|
||||
- "3000:3000"
|
||||
|
||||
volumes:
|
||||
data:
|
||||
data:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue