Skip to content

Commit

Permalink
add version to docker-compose (#465)
Browse files Browse the repository at this point in the history
It fixes "Unsupported config option for services service: 'memcached'"
https://docs.docker.com/compose/compose-file/compose-versioning/
That on some system can appear.
  • Loading branch information
garanews authored Dec 10, 2021
1 parent 03352db commit ea5ae25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: "3"
services:
memcached:
image: memcached:latest
Expand Down

0 comments on commit ea5ae25

Please sign in to comment.