Skip to content

Commit b1c8188

Browse files
committed
[UPDATE] Update Docker image name from fb-sean to seandoescode across workflow, documentation, and configurations
1 parent 78b6178 commit b1c8188

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- main
1212

1313
env:
14-
DOCKER_IMAGE: fb-sean/font-server
14+
DOCKER_IMAGE: seandoescode/font-server
1515
REGISTRY: docker.io
1616

1717
jobs:

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ version: '3.8'
5151

5252
services:
5353
font-server:
54-
image: fb-sean/font-server:latest
54+
image: seandoescode/font-server:latest
5555
container_name: font-server
5656
restart: unless-stopped
5757

@@ -190,7 +190,7 @@ npm start
190190
### Pull the Image
191191

192192
```bash
193-
docker pull fb-sean/font-server:latest
193+
docker pull seandoescode/font-server:latest
194194
```
195195

196196
### Run with Docker CLI
@@ -205,7 +205,7 @@ docker run -d \
205205
-e STORAGE_PATH=/fonts/ \
206206
-e STORAGE_USER=user123 \
207207
-e STORAGE_PASSWORD=password \
208-
fb-sean/font-server:latest
208+
seandoescode/font-server:latest
209209
```
210210

211211
### Run with Custom .env File
@@ -215,7 +215,7 @@ docker run -d \
215215
--name font-server \
216216
-p 3000:3000 \
217217
--env-file .env \
218-
fb-sean/font-server:latest
218+
seandoescode/font-server:latest
219219
```
220220

221221
## Building Locally

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.8'
22

33
services:
44
font-server:
5-
image: fb-sean/font-server:latest
5+
image: seandoescode/font-server:latest
66
container_name: font-server
77
restart: unless-stopped
88

0 commit comments

Comments
 (0)