Skip to content

Commit

Permalink
fix: ip poll error
Browse files Browse the repository at this point in the history
  • Loading branch information
SnowballXueQiu committed Sep 13, 2023
1 parent 5ccc4b9 commit fff3f68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions minecraft-third-party/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ networks:
ipam:
driver: default
config:
- subnet: 172.31.0.0/16
gateway: 172.31.0.1
- subnet: 172.32.0.0/16
gateway: 172.32.0.1

services:
xkball:
Expand All @@ -20,7 +20,7 @@ services:
- "30001:30001"
networks:
minecraft-third-party:
ipv4_address: 172.31.0.2
ipv4_address: 172.32.0.2
volumes:
- ../[30001]xkball/:/home/[30001]xkball/
entrypoint: /bin/bash
Expand Down

0 comments on commit fff3f68

Please sign in to comment.