mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-12 20:31:36 +00:00
Implemented replay
This commit is contained in:
parent
6a3a37758c
commit
207b7f290f
12 changed files with 441 additions and 227 deletions
|
|
@ -15,11 +15,8 @@
|
|||
// Features to add to the dev container. More info: https://containers.dev/features.
|
||||
// "features": {},
|
||||
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
||||
//"forwardPorts": [
|
||||
// 3000,
|
||||
// 3333
|
||||
//],
|
||||
"runArgs": ["--network=host"],
|
||||
"forwardPorts": [3000, 3333],
|
||||
"runArgs": ["--network=host", "-p 3000:3000", "-p 3333:3333"],
|
||||
// Use 'postCreateCommand' to run commands after the container is created.
|
||||
"postCreateCommand": "sh .devcontainer/post-create.sh",
|
||||
// Configure tool-specific properties.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue