Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Commit

Permalink
Fixing name in compose file
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
diemol committed Feb 27, 2024
1 parent a369379 commit cd49f19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose-v3-basicauth.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# To execute this docker-compose yml file use `docker-compose -f docker-compose-v3.yml up`
# To execute this docker-compose yml file use `docker-compose -f docker-compose-v3-basicauth.yml up`
# Add the `-d` flag at the end for detached execution
# To stop the execution, hit Ctrl+C, and then `docker-compose -f docker-compose-v3.yml down`
# To stop the execution, hit Ctrl+C, and then `docker-compose -f docker-compose-v3-basicauth.yml down`
version: "3"
services:
chrome:
Expand Down

0 comments on commit cd49f19

Please sign in to comment.