Skip to content

Commit

Permalink
update compose folder example to remove the hostname for the pulp-worker
Browse files Browse the repository at this point in the history
Fixes: pulp#497
  • Loading branch information
Blake Mammen authored and dkliban committed Jun 8, 2023
1 parent bed07a1 commit 6792128
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES/497.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated the compose example with folders to not set a hostname for pulp-worker.
1 change: 0 additions & 1 deletion images/compose/docker-compose.folders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ services:
depends_on:
- redis
- postgres
hostname: pulp-worker
user: pulp
volumes:
- "./assets/settings.py:/etc/pulp/settings.py:z"
Expand Down

0 comments on commit 6792128

Please sign in to comment.