Skip to content

Commit a581f3d

Browse files
fix more port typos
1 parent 46d6c38 commit a581f3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232
phpmyadmin:
3333
image: phpmyadmin/phpmyadmin
3434
ports:
35-
- "7981:80"
35+
- "7891:80"
3636
links:
3737
- mysql
3838
environment:
@@ -44,7 +44,7 @@ services:
4444
maildev:
4545
image: djfarrelly/maildev
4646
ports:
47-
- "7982:80"
47+
- "7892:80"
4848
restart: unless-stopped
4949

5050
volumes:

0 commit comments

Comments
 (0)