Skip to content

Commit

Permalink
Clean up docker-compose warnings (#7450)
Browse files Browse the repository at this point in the history
This stops docker-compose from printing warnings during startup.
  • Loading branch information
aarongable authored Apr 24, 2024
1 parent 7ee5b46 commit d7a9dc0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion docker-compose.next.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3'
services:
boulder:
environment:
Expand Down
3 changes: 0 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3'
services:
boulder:
# The `letsencrypt/boulder-tools:latest` tag is automatically built in local
Expand All @@ -18,8 +17,6 @@ services:
BOULDER_CONFIG_DIR: test/config
GOCACHE: /boulder/.gocache/go-build
GOFLAGS: -mod=vendor
# Forward the parent env's GOEXPERIMENT value into the container.
GOEXPERIMENT: ${GOEXPERIMENT}
volumes:
- .:/boulder:cached
- ./.gocache:/root/.cache/go-build:cached
Expand Down

0 comments on commit d7a9dc0

Please sign in to comment.