mirror of
https://github.com/kind-0/nsecbunkerd.git
synced 2026-05-03 07:00:11 +00:00
chore: update docker compose up
This commit is contained in:
parent
70ce3b544d
commit
419eb0318e
@ -10,10 +10,11 @@ services:
|
||||
memswap_limit: 256mb
|
||||
volumes:
|
||||
- $HOME/.nsecbunker-config:/app/config
|
||||
- $HOME/nip05:/app/nip05
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "3005:3000"
|
||||
depends_on:
|
||||
- migrations
|
||||
|
||||
@ -23,7 +24,7 @@ services:
|
||||
- $HOME/.nsecbunker-config:/app/config
|
||||
env_file:
|
||||
- .env
|
||||
restart: no
|
||||
restart: "no"
|
||||
entrypoint: ""
|
||||
command:
|
||||
- npx
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user