We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59938ad commit e5e637eCopy full SHA for e5e637e
docker-compose.yml
@@ -5,7 +5,7 @@ services:
5
image: ghcr.io/${GITHUB_REPOSITORY:-raghavyuva/nixopus}-api:latest
6
container_name: nixopus-api
7
ports:
8
- - "${API_PORT:-8443}:${API_PORT:-8443}"
+ - "${API_PORT:-8443}:8443"
9
restart: unless-stopped
10
env_file:
11
- ${NIXOPUS_HOME:-/etc/nixopus}/source/api/.env
@@ -52,7 +52,7 @@ services:
52
args:
53
- NEXT_PUBLIC_PORT=${NEXT_PUBLIC_PORT}
54
55
- - "${NEXT_PUBLIC_PORT:-7443}:${NEXT_PUBLIC_PORT:-7443}"
+ - "${NEXT_PUBLIC_PORT:-7443}:7443"
56
57
58
- ${NIXOPUS_HOME:-/etc/nixopus}/source/view/.env
0 commit comments