Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gotenberg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To build and run the container use this command:
```
curl https://raw.githubusercontent.com/raschmitt/dev-containers/main/gotenberg/docker-compose.yml \
-o docker-compose.yml \
&& docker compose -d \
&& docker compose up -d \
&& rm docker-compose.yml
```

Expand Down
2 changes: 1 addition & 1 deletion mongo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To build and run the container use this command:
```
curl https://raw.githubusercontent.com/raschmitt/dev-containers/main/mongo/docker-compose.yml \
-o docker-compose.yml \
&& docker compose -d \
&& docker compose up -d \
&& rm docker-compose.yml
```

Expand Down
2 changes: 1 addition & 1 deletion mysql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To build and run the container use this command:
```
curl https://raw.githubusercontent.com/raschmitt/dev-containers/main/mysql/docker-compose.yml \
-o docker-compose.yml \
&& docker compose -d \
&& docker compose up -d \
&& rm docker-compose.yml
```

Expand Down
2 changes: 1 addition & 1 deletion nginx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To build and run the container use this command:
```
curl https://raw.githubusercontent.com/raschmitt/dev-containers/main/nginx/docker-compose.yml \
-o docker-compose.yml \
&& docker compose -d \
&& docker compose up -d \
&& rm docker-compose.yml
```

Expand Down
2 changes: 1 addition & 1 deletion oracle-db/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To build and run the container use this command:
```
curl https://raw.githubusercontent.com/raschmitt/dev-containers/main/oracle-db/docker-compose.yml -o docker-compose.yml \
&& curl https://raw.githubusercontent.com/raschmitt/dev-containers/main/oracle-db/healthcheck.sh -o healthcheck.sh \
&& docker compose -d \
&& docker compose up -d \
&& rm docker-compose.yml \
&& rm healthcheck.sh
```
Expand Down
2 changes: 1 addition & 1 deletion postgres/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To build and run the container use this command:
```
curl https://raw.githubusercontent.com/raschmitt/dev-containers/main/postgres/docker-compose.yml \
-o docker-compose.yml \
&& docker compose -d \
&& docker compose up -d \
&& rm docker-compose.yml
```

Expand Down
2 changes: 1 addition & 1 deletion rabbitmq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To build and run the container use this command:
```
curl https://raw.githubusercontent.com/raschmitt/dev-containers/main/rabbitmq/docker-compose.yml \
-o docker-compose.yml \
&& docker compose -d \
&& docker compose up -d \
&& rm docker-compose.yml
```

Expand Down
2 changes: 1 addition & 1 deletion redis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To build and run the container use this command:
```
curl https://raw.githubusercontent.com/raschmitt/dev-containers/main/redis/docker-compose.yml \
-o docker-compose.yml \
&& docker compose -d \
&& docker compose up -d \
&& rm docker-compose.yml
```

Expand Down