diff options
author | Mike Delago <32778141+michaeldelago@users.noreply.github.com> | 2024-05-18 12:16:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-18 18:16:40 +0200 |
commit | dd0e6262d1d396a19e4945155c9fe1247f69dcd4 (patch) | |
tree | 93c927399481b16a4f7e6b73500345653d87ea45 /docker-compose.yml | |
parent | 1b1dfd2a49e8d37921916bf50c76cbb5e424b7db (diff) |
chore(Docker): update docker compose file schema (#18686)
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index cfdfe1a5c2..8af635419c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,6 @@ # Don't make changes this file! make a `docker-compose.override.yml` and make your # changes there instead. -version: '3' services: ac-database: container_name: ac-database |