Skip to content

Commit

Permalink
Rename compose files to preferred name
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
mdellweg committed Jun 27, 2023
1 parent 91c3324 commit 0559151
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ git clone git@github.com:pulp/pulp-oci-images.git
cd images/compose
mkdir ../../pgsql ../../pulp_storage
podman unshare chown 700:700 ../../pulp_storage
podman-compose -f docker-compose.folders.yml up
podman-compose -f compose.folders.yml up
```

## Running with docker and using existing directories for data
Expand All @@ -41,5 +41,5 @@ git clone git@github.com:pulp/pulp-oci-images.git
cd images/compose
mkdir ../../pgsql ../../pulp_storage
sudo chown 700:700 ../../pulp_storage
podman-compose -f docker-compose.folders.yml up
podman-compose -f compose.folders.yml up
```
File renamed without changes.
File renamed without changes.

0 comments on commit 0559151

Please sign in to comment.