Skip to content

Commit

Permalink
#2370 - Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Sep 19, 2022
1 parent b313ab8 commit 42528b0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,13 @@ services:
- "USER=Zephir"
volumes:
- .:/srv

zephir-8.2:
container_name: phalcon-zephir-8.2
hostname: zephir-82
build: docker/8.2
working_dir: /srv
environment:
- "USER=Zephir"
volumes:
- .:/srv

0 comments on commit 42528b0

Please sign in to comment.