Skip to content

Commit

Permalink
Use loopback address for local
Browse files Browse the repository at this point in the history
  • Loading branch information
quis committed Aug 30, 2024
1 parent 56a6e9c commit 5e56c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
- db
image: wordpress-exif
ports:
- "8000:80"
- "127.0.0.1:8000:80"
restart: always
environment:
WORDPRESS_DB_HOST: db:3306
Expand Down

0 comments on commit 5e56c10

Please sign in to comment.