Skip to content

Commit

Permalink
Updated DockerRegistry (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
normanjaeckel committed Jun 16, 2021
1 parent 7d2c062 commit dc05e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/manage/create_docker_compose.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

// Constants to be used in created docker-compose.yml.
const (
DockerRegistry = "ghcr.io/normanjaeckel/openslides"
DockerRegistry = "ghcr.io/openslides/openslides"
OpenSlidesTag = "4.0.0-dev"
ExternalHTTPPort = "8000"
ExternalManagePort = "9008"
Expand Down

0 comments on commit dc05e26

Please sign in to comment.