Skip to content

Commit 980ce9c

Browse files
committed
feat: 增加 extra_hosts 示例
1 parent 7f38e66 commit 980ce9c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker-compose.yml.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ services:
140140
- SYS_PTRACE
141141
networks:
142142
- default
143+
extra_hosts:
144+
- "demo.laravel.me:110.110.119.119"
143145
restart: unless-stopped
144146
logging:
145147
driver: "json-file"

0 commit comments

Comments
 (0)