Skip to content

Commit

Permalink
Merge branch 'develop' into aggregate
Browse files Browse the repository at this point in the history
  • Loading branch information
Snafkin547 authored Jul 25, 2024
2 parents 9abfabf + 501e40c commit 0304e6c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
#
# docker-compose -f docker-compose.yml -f docker-compose.dev.yml

version: '3.2'

services:

# web application. This expects the config.php to be copied from docker/web
Expand Down
1 change: 0 additions & 1 deletion docker-compose.https.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Use this file to enable https
version: "3.2"

services:
traefik:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.2"

services:

# webserver to handle all traffic. This can use let's encrypt to generate a SSL cert.
Expand Down
4 changes: 0 additions & 4 deletions docker/docker-compose.example.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# you need a version entry, and this should be the same version as the
# docker-compose.yml file.
version: "3"

# if you change any of the services you will need the services header.
services:

Expand Down

0 comments on commit 0304e6c

Please sign in to comment.