Skip to content

Commit

Permalink
Add 'container_name'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Jul 13, 2023
1 parent 89ae522 commit 4394f3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,28 @@ version: '3'

services:
phalcon-logger-7.4:
container_name: phalcon-incubator-logger-7.4
build: .docker/7.4
working_dir: /app
volumes:
- .:/app

phalcon-logger-8.0:
container_name: phalcon-incubator-logger-8.0
build: .docker/8.0
working_dir: /app
volumes:
- .:/app

phalcon-logger-8.1:
container_name: phalcon-incubator-logger-8.1
build: .docker/8.1
working_dir: /app
volumes:
- .:/app

phalcon-logger-8.2:
container_name: phalcon-incubator-logger-8.2
build: .docker/8.2
working_dir: /app
volumes:
Expand Down

0 comments on commit 4394f3b

Please sign in to comment.