Skip to content
Snippets Groups Projects
Commit 38fe9c5c authored by Griefed's avatar Griefed :joystick:
Browse files

Fix template and variables

parent a90c442e
No related branches found
No related tags found
No related merge requests found
export GITHUB_REPONAME='docker-D-Zone'
export GITHUB_USERNAME='Griefed'
export GITHUB_REPONAME_HEADER='docker-D-Zone_header.png'
export GITHUB_REPONAME_SCREENSHOT='docker-D-Zone_screenshot.png'
export DOCKERHUB_REPONAME='d-zone'
export DOCKERHUB_TAG_ONE='port'
export DOCKERHUB_TAG_TWO='proxy'
......
[![$GITHUB_REPONAME](img/$GITHUB_REPONAME_header.png)](https://github.com/$CREATOR_USERNAME/$CREATOR_REPONAME)
[![$GITHUB_REPONAME](img/$GITHUB_REPONAME_HEADER)](https://github.com/$CREATOR_USERNAME/$CREATOR_REPONAME)
---
......@@ -13,7 +13,7 @@ $GITHUB_REPONAME
$DESCRIPTION
[![$CREATOR_REPONAME](img/$GITHUB_REPONAME_screenshot.png)](https://github.com/$CREATOR_USERNAME/$CREATOR_REPONAME)
[![$CREATOR_REPONAME](img/$GITHUB_REPONAME_SCREENSHOT)](https://github.com/$CREATOR_USERNAME/$CREATOR_REPONAME)
---
......@@ -28,7 +28,8 @@ Tags | Description
-----|-------------
$DOCKERHUB_TAG_ONE | Use tag `$DOCKERHUB_TAG_ONE` if accessing $CREATOR_REPONAME via IP:PORT
$DOCKERHUB_TAG_TWO | Use tag `$DOCKERHUB_TAG_TWO` if accessing $CREATOR_REPONAME through a reverse proxy line NGINX
$DOCKERHUB_TAG_ONE-arm | Use tag `$DOCKERHUB_TAG_ONE-arm` if accessing $CREATOR_REPONAME via IP:PORT
$DOCKERHUB_TAG_TWO-arm | Use tag `$DOCKERHUB_TAG_TWO-arm` if accessing $CREATOR_REPONAME through a reverse proxy line NGINX
```docker-compose.yml
version: '3.6'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment