Skip to content

Commit

Permalink
fix compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
asmogo committed Aug 28, 2024
1 parent 4463641 commit b071a92
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ services:
exit:
build:
context: .
dockerfile: cmd/nws/Dockerfile
container_name: exit
command: [ "./nws","exit" ]
networks:
Expand All @@ -41,7 +40,6 @@ services:
exit-https:
build:
context: .
dockerfile: cmd/nws/Dockerfile
container_name: exit-https
command: ["./nws","exit","--port", "4443", "--target", "http://mint:3338"]
networks:
Expand All @@ -56,7 +54,6 @@ services:
entry:
build:
context: .
dockerfile: cmd/nws/Dockerfile
command: [ "./nws","entry"]
container_name: entry
ports:
Expand Down

0 comments on commit b071a92

Please sign in to comment.