Skip to content

Commit

Permalink
Fixed container name conflict. Remove args.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Téo Haÿs committed Feb 25, 2022
1 parent 93d319c commit 26e2ff3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 96 deletions.
94 changes: 0 additions & 94 deletions args.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions setup_files/gateway/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
docker-proxy:
pull_policy: always
image: registry:latest
container_name: registry
container_name: docker-proxy
restart: always
ports:
- 0.0.0.0:81:5000 #To listen on port 443, change it to 443:5000
Expand All @@ -17,7 +17,7 @@ services:
docker-repo:
pull_policy: always
image: registry:latest
container_name: registry
container_name: docker-repo
restart: always
ports:
- 0.0.0.0:80:5000 #To listen on port 443, change it to 443:5000

0 comments on commit 26e2ff3

Please sign in to comment.