You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
1
# local_docker_swarm_registry
2
2
Docker Registry for use in docker-swarm with nginx as proxy to only allow from server_name localhost and deny all other
3
3
4
+
Before you start:
5
+
Replace in docker-compose.yml file <YourUsername> wit a username and <YourPassword> with a password. You will not need it in operation. It is only for internal security.
6
+
4
7
You can use it by calling the script StartRegistry.sh
0 commit comments