Skip to content

Commit a6c8159

Browse files
committed
httpd のポート変更
1 parent 2373af5 commit a6c8159

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 @@ services:
1515
build: ./docker/php7-imagick-httpd/
1616
tty: true
1717
ports:
18-
- "8080:80"
18+
- "10080:80"
1919
volumes:
2020
- ./htdoc:/var/www/html
2121
links:

0 commit comments

Comments
 (0)