Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 4e847ee

Browse files
committed
Fix typo
1 parent 6054dcb commit 4e847ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ sudo chmod +x /usr/local/bin/docker-compose
9090

9191
After running these commands you can issue commands such as `docker-compose up -d` and the docker-compose container will do its job behind the scenes.
9292

93-
The `DOCKER_COMPOSE_IMAGE_TAG` variable needs to be made persistent in order to continue using our image after logging our or rebooting. To do this you will need to edit `/etc/environment` and add or set the following variable:
93+
The `DOCKER_COMPOSE_IMAGE_TAG` variable needs to be made persistent in order to continue using our image after logging out or rebooting. To do this you will need to edit `/etc/environment` and add or set the following variable:
9494

9595
```
9696
DOCKER_COMPOSE_IMAGE_TAG=ghcr.io/linuxserver/docker-compose:latest

readme-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ full_custom_readme: |
9393
9494
After running these commands you can issue commands such as `docker-compose up -d` and the docker-compose container will do its job behind the scenes.
9595
96-
The `DOCKER_COMPOSE_IMAGE_TAG` variable needs to be made persistent in order to continue using our image after logging our or rebooting. To do this you will need to edit `/etc/environment` and add or set the following variable:
96+
The `DOCKER_COMPOSE_IMAGE_TAG` variable needs to be made persistent in order to continue using our image after logging out or rebooting. To do this you will need to edit `/etc/environment` and add or set the following variable:
9797
9898
```
9999
DOCKER_COMPOSE_IMAGE_TAG=ghcr.io/linuxserver/docker-compose:latest

0 commit comments

Comments
 (0)