Skip to content

Commit

Permalink
Merge pull request #1364 from devinit/fix/deprecated-docker-warnings
Browse files Browse the repository at this point in the history
Fix deprecation warnings
  • Loading branch information
wakibi authored Nov 27, 2023
2 parents 3a6588d + 8f850f9 commit ce09818
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-compose-consul.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ services:

networks:
consul:
external:
name: consul
external: true
name: consul

volumes:
consul:
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@ volumes:
networks:
web:
consul:
external:
name: consul
external: true
name: consul

0 comments on commit ce09818

Please sign in to comment.