You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 16, 2023. It is now read-only.
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.
92
92
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:
Copy file name to clipboardExpand all lines: readme-vars.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ full_custom_readme: |
93
93
94
94
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.
95
95
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:
0 commit comments