Skip to content

Commit

Permalink
Merge pull request #3149 from bhagerty/patch-2
Browse files Browse the repository at this point in the history
Remove obsolete "version:" entry
  • Loading branch information
vabene1111 committed May 7, 2024
2 parents f54009a + b32a7a9 commit 78da168
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 78da168

Please sign in to comment.