-
Notifications
You must be signed in to change notification settings - Fork 400
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6d03c38
commit 8321fa3
Showing
1 changed file
with
6 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,19 @@ | ||
version: '3.7' | ||
Check notice on line 1 in zoraxy/docker-compose.yml GitHub Actions / Lint appsPotentially using unsafe user in service "server"
|
||
|
||
services: | ||
app_proxy: | ||
environment: | ||
APP_HOST: zoraxy_server_1 | ||
APP_PORT: 8000 | ||
PROXY_AUTH_ADD: "false" | ||
server: | ||
image: zoraxydocker/zoraxy:v3.1.2@sha256:38f23c5a507542bbd6eac0492bf6456be2004015594ca270a1a5998c8a377b74 | ||
restart: on-failure | ||
#ports: -> The proxy service is listening on port 8400 | ||
# 8480:80 | ||
# 8443:443 | ||
# 8400:8000 | ||
ports: | ||
Check notice on line 11 in zoraxy/docker-compose.yml GitHub Actions / Lint appsExternal port mapping "41080:80"
Check notice on line 11 in zoraxy/docker-compose.yml GitHub Actions / Lint appsExternal port mapping "41443:443"
|
||
- 41080:80 | ||
- 41443:443 | ||
volumes: | ||
Check notice on line 14 in zoraxy/docker-compose.yml GitHub Actions / Lint appsMounted file/directory "/zoraxy/data/config/" doesn't exist
|
||
- ${APP_DATA_DIR}/config/:/opt/zoraxy/config/ | ||
# ${APP_DATA_DIR}/zerotier/config/:/var/lib/zerotier-one/ -> If you are not using ZeroTier, this directory is irrelevant. | ||
- /var/run/docker.sock:/var/run/docker.sock | ||
- ${APP_DATA_DIR}/data/config/:/opt/zoraxy/config | ||
- /etc/localtime:/etc/localtime:ro | ||
environment: | ||
FASTGEOIP: "false" | ||
ZEROTIER: "false" | ||
|
||
#⚠️ Zoraxy setup is working fine, but without HTTPS and ZeroTier support. |