Skip to content

Commit 9a60289

Browse files
Updated image tags in the app manifests
1 parent e1acf64 commit 9a60289

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed
+6-11
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
1-
2-
# Volumes
31
volumes:
4-
morsechatgodb:
5-
2+
morsechatgodb: null
63
networks:
74
traefik-proxy:
85
external: true
9-
default:
10-
6+
default: null
117
services:
12-
#nginx-golang webapp
138
morse:
14-
image: ghcr.io/robalb/morsechat:sha-8eca2d205e46f664356281236567e418b8a4ef11
9+
image: ghcr.io/robalb/morsechat:sha-e1acf6450984183ae1ef7b1b911b3c1c548246e0
1510
expose:
1611
- '80'
1712
restart: unless-stopped
@@ -30,7 +25,7 @@ services:
3025
networks:
3126
- traefik-proxy
3227
logging:
33-
driver: "json-file"
28+
driver: json-file
3429
options:
35-
max-size: "10m"
36-
max-file: "1"
30+
max-size: 10m
31+
max-file: '1'

0 commit comments

Comments
 (0)