Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
celsiusnarhwal committed Aug 15, 2024
2 parents bb4011b + 2cbd20d commit dcd6b8a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Firewhale is designed to be used with [Docker Compose](https://docs.docker.com/c
```yaml
services:
firewhale:
image: ghcr.io/celsiusnarhwal/firewhale
image: ghcr.io/celsiusnarhwal/firewhale:latest
container_name: firewhale
restart: unless-stopped
volumes:
Expand All @@ -77,14 +77,14 @@ Take a look at this example:
```yaml
services:
firewhale:
image: ghcr.io/celsiusnarhwal/firewhale
image: ghcr.io/celsiusnarhwal/firewhale:latest
container_name: firewhale
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
foobar:
image: foobar
image: foobar:latest
container_name: foobar
restart: unless-stopped
depends_on:
Expand Down Expand Up @@ -171,7 +171,7 @@ Iterating on the previous example:
```yaml
services:
firewhale:
image: ghcr.io/celsiusnarhwal/firewhale
image: ghcr.io/celsiusnarhwal/firewhale:latest
container_name: firewhale
restart: unless-stopped
depends_on:
Expand All @@ -180,7 +180,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
foobar:
image: foobar
image: foobar:latest
container_name: foobar
restart: unless-stopped
environment:
Expand Down

0 comments on commit dcd6b8a

Please sign in to comment.