forked from Mirror/docker-audacity
Bot Updating Templated Files
This commit is contained in:
parent
6998bad640
commit
43e782bf72
5 changed files with 25 additions and 8 deletions
|
@ -33,7 +33,6 @@ Find us at:
|
|||
[](https://github.com/linuxserver/docker-audacity/releases)
|
||||
[](https://github.com/linuxserver/docker-audacity/packages)
|
||||
[](https://gitlab.com/linuxserver.io/docker-audacity/container_registry)
|
||||
[](https://microbadger.com/images/linuxserver/audacity "Get your own version badge on microbadger.com")
|
||||
[](https://hub.docker.com/r/linuxserver/audacity)
|
||||
[](https://hub.docker.com/r/linuxserver/audacity)
|
||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-audacity/job/main/)
|
||||
|
@ -71,9 +70,7 @@ By default the user/pass is abc/abc, if you change your password or want to logi
|
|||
|
||||
Here are some example snippets to help you get started creating a container.
|
||||
|
||||
### docker-compose ([recommended](https://docs.linuxserver.io/general/docker-compose))
|
||||
|
||||
Compatible with docker-compose v2 schemas.
|
||||
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
|
||||
|
||||
```yaml
|
||||
---
|
||||
|
@ -93,7 +90,7 @@ services:
|
|||
restart: unless-stopped
|
||||
```
|
||||
|
||||
### docker cli
|
||||
### docker cli ([click here for more info](https://docs.docker.com/engine/reference/commandline/cli/))
|
||||
|
||||
```bash
|
||||
docker run -d \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue