Skip to content

Commit

Permalink
Updated docker-compose to remove obsolete version syntax (#692)
Browse files Browse the repository at this point in the history
Removes `version:` syntax in `docker-compose` file. If left in, it
throws an obsolete warning. I removed it from the docker-compose file to
reduce unnecessary warnings and to keep the code up to current
standards.

See [Version top-level element
(obsolete)](https://docs.docker.com/compose/compose-file/04-version-and-name/#version-top-level-element-obsolete)
for reference.
  • Loading branch information
derek-palmer committed May 20, 2024
1 parent ac94eac commit 7051ce0
Showing 1 changed file with 0 additions and 2 deletions.
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.9'

x-base_service: &base_service
ports:
- "${WEBUI_PORT:-7860}:7860"
Expand Down

0 comments on commit 7051ce0

Please sign in to comment.