diff --git a/Chapter 2/02 - Setting up complex environments/docker-compose.yml b/Chapter 2/02 - Setting up complex environments/docker-compose.yml index 7c57f10..5c5ee48 100644 --- a/Chapter 2/02 - Setting up complex environments/docker-compose.yml +++ b/Chapter 2/02 - Setting up complex environments/docker-compose.yml @@ -7,12 +7,12 @@ services: build: . # this is equivalent to "-p" option of - # the "docker build" command + # the "docker run" command ports: - "5000:5000" # this is equivalent to "-t" option of - # the "docker build" command + # the "docker run" command tty: true database: