Skip to content

Commit

Permalink
Remove obsolete "version:" entry
Browse files Browse the repository at this point in the history
Per my other PR, "version" is obsolete and throws a warning.
  • Loading branch information
bhagerty authored May 6, 2024
1 parent d976faf commit b32a7a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/install/docker/ipv6_plain/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "2.4"
services:
db_recipes:
restart: always
Expand Down Expand Up @@ -61,4 +60,4 @@ networks:
ipam:
driver: default
config:
- subnet: ${IPV6_PREFIX:?NO_IPV6_PREFIX}::/${IPV6_PREFIX_LENGTH:?NO_IPV6_PREFIX_LENGTH}
- subnet: ${IPV6_PREFIX:?NO_IPV6_PREFIX}::/${IPV6_PREFIX_LENGTH:?NO_IPV6_PREFIX_LENGTH}

0 comments on commit b32a7a9

Please sign in to comment.