Skip to content

Commit

Permalink
remove redundant version element from docker compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
mahula committed Jul 2, 2024
1 parent 390ecbd commit 84656c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions authentik/docker-compose.test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
version: "3.4"

services:
ervices:
mailserver:
image: axllent/mailpit
container_name: mailpit
Expand Down
4 changes: 1 addition & 3 deletions authentik/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
version: "3.4"

services:
vservices:
postgresql:
image: docker.io/library/postgres:12-alpine
restart: unless-stopped
Expand Down

0 comments on commit 84656c7

Please sign in to comment.