Skip to content

Commit

Permalink
fix: revert container service to "fe" to fix deployment state
Browse files Browse the repository at this point in the history
  • Loading branch information
WaxArsatia committed Dec 23, 2022
1 parent f115a0d commit a435eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
services:
app:
fe:
image: "${DOCKER_USERNAME}/${DOCKER_IMAGE_NAME}:latest"
ports:
- "${DOCKER_FORWARD_PORT}:${DOCKER_LISTEN_PORT}"
Expand Down

0 comments on commit a435eba

Please sign in to comment.