Skip to content

Commit 829b82a

Browse files
committed
let wysiwig-container point to the correct repo
1 parent da6ebbe commit 829b82a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

local-wysiwyg-container/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ NEXT_AUTOSCAN=true
66

77
INTERNAL_PORT=8080
88
DOCKER_HUB_USER=gufalcon
9-
DOCKER_IMAGE_NAME=secure-lectures
9+
DOCKER_IMAGE_NAME=safe-learn

local-wysiwyg-container/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
services:
22

3-
secure-lectures:
3+
safeLearn:
44
image: ${DOCKER_HUB_USER}/${DOCKER_IMAGE_NAME}:latest
5-
container_name: secure-lectures
5+
container_name: safeLearn
66
restart: unless-stopped
77
ports:
88
- ${WEBSERVER_PORT}:${INTERNAL_PORT}

0 commit comments

Comments
 (0)