Skip to content

Commit a04c9ca

Browse files
committed
Merge pull request eko#19 from gmorel/master
Fix php service "expose" to "ports"
2 parents a3c522c + 4573cbc commit a04c9ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ db:
1515
MYSQL_PASSWORD: root
1616
php:
1717
build: php-fpm
18-
expose:
18+
ports:
1919
- 9000:9000
2020
volumes_from:
2121
- application

0 commit comments

Comments
 (0)