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 599fb2b commit 472ebbcCopy full SHA for 472ebbc
docker-compose.yml
@@ -4,9 +4,6 @@ services:
4
web:
5
build:
6
context: .
7
- args:
8
- USER_UID: ${USER_UID:-1000}
9
- USER_GID: ${USER_GID:-1000}
10
image: ghcr.io/${GITHUB_USERNAME}/directadmin-email-forwarder:latest
11
ports:
12
- "5000:5000"
0 commit comments