Skip to content

Commit 5776eb8

Browse files
authored
Update README.md
• since 1.6.0 from Gotify there are no seperated docker images, because it's multiarch supported
1 parent f63dc57 commit 5776eb8

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@ services:
5757
gotify:
5858
container_name: gotify
5959
hostname: gotify
60-
image: gotify/server # Uncommand correct server image
61-
# image: gotify/server-arm7
62-
# image: gotify/server-arm64
60+
image: gotify/server
6361
restart: unless-stopped
6462
security_opt:
6563
- no-new-privileges:true
@@ -126,9 +124,7 @@ services:
126124
gotify:
127125
container_name: gotify
128126
hostname: gotify
129-
image: gotify/server # Uncommand correct server image
130-
# image: gotify/server-arm7
131-
# image: gotify/server-arm64
127+
image: gotify/server
132128
restart: unless-stopped
133129
security_opt:
134130
- no-new-privileges:true

0 commit comments

Comments
 (0)