Skip to content

Commit 4a34287

Browse files
authored
config: remove obsolete attribute 'version' from docker-compose.yml (#565)
As mentioned in PR#564, I installed timetagger using docker and docker warned about presence of 'version' attribute in this file. It is an obsolete attribute now, it suggested to remove it to avoid confusion.
1 parent 652ddf5 commit 4a34287

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deploy/docker-compose.nonroot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
# !! In docker-compose characters '$' should be escaped as '$$' !!
88
# !! If you use a .env file, use single quotes instead of escaping !!
99

10-
version: "3"
1110
services:
1211
timetagger:
1312
image: ghcr.io/almarklein/timetagger:latest-nonroot

0 commit comments

Comments
 (0)