Skip to content

Commit

Permalink
Merge pull request phalcon#108 from yesworld/patch-1
Browse files Browse the repository at this point in the history
build(docker): add ports to config
  • Loading branch information
Jeckerson authored Mar 27, 2023
2 parents d714a5e + 51761e2 commit 95084a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ services:
working_dir: /srv
volumes:
- .:/srv
ports:
- 80:80

invo-8.1:
container_name: invo-8.1
Expand All @@ -18,6 +20,8 @@ services:
working_dir: /srv
volumes:
- .:/srv
ports:
- 81:80

mysql:
container_name: invo-mysql
Expand All @@ -28,3 +32,5 @@ services:
- MYSQL_USER=phalcon
- MYSQL_DATABASE=phalcon_invo
- MYSQL_PASSWORD=secret
ports:
- 3306:3306

0 comments on commit 95084a9

Please sign in to comment.