mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-02-16 18:06:44 +00:00
fix pangolin-cli container tag
This commit is contained in:
@@ -208,7 +208,7 @@ You can run Pangolin CLI with Docker Compose. For example, a service in your `do
|
||||
```yaml
|
||||
services:
|
||||
pangolin-cli:
|
||||
image: pangolin-cli:latest
|
||||
image: fosrl/pangolin-cli:latest
|
||||
container_name: pangolin-cli
|
||||
restart: unless-stopped
|
||||
network_mode: host
|
||||
@@ -227,7 +227,7 @@ You can also pass the CLI args to the container:
|
||||
```yaml
|
||||
services:
|
||||
pangolin-cli:
|
||||
image: pangolin-cli:latest
|
||||
image: fosrl/pangolin-cli:latest
|
||||
container_name: pangolin-cli
|
||||
restart: unless-stopped
|
||||
network_mode: host
|
||||
|
||||
Reference in New Issue
Block a user