Skip to content

Commit

Permalink
fix(docker-registry): change typo name to container_name
Browse files Browse the repository at this point in the history
  • Loading branch information
alesharik committed Jun 19, 2023
1 parent e1e726f commit 0c4dd3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/docker_registry_server/templates/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ networks:
{% endif %}
services:
registry:
name: docker-registry
container_name: docker-registry
restart: always
image: "registry:{{ docker.registry.server.version }}"
environment:
Expand Down

0 comments on commit 0c4dd3b

Please sign in to comment.