Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
change docker file
  • Loading branch information
mitagmio authored Nov 4, 2023
1 parent 64771d4 commit e6646eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx-proxy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.8"
services:
nginx-proxy:
container_name: nginx-proxy
image: jwilder/nginx-proxy:0.9
build: .
restart: always
tty: true
ports:
Expand Down

0 comments on commit e6646eb

Please sign in to comment.