Skip to content

Commit 4cb3136

Browse files
authored
Update docker-compose.example.yml
Lowercase image name
1 parent 10ea601 commit 4cb3136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.1'
22
services:
33
reactmap:
4-
image: ghcr.io/WatWowMap/reactmap:main #pr-10
4+
image: ghcr.io/watwowmap/reactmap:main #pr-10
55
container_name: reactmap
66
command: "yarn start"
77
restart: unless-stopped

0 commit comments

Comments
 (0)