Clean up
This commit is contained in:
@@ -3,9 +3,7 @@
|
|||||||
.gitignore
|
.gitignore
|
||||||
README.md
|
README.md
|
||||||
LICENSE
|
LICENSE
|
||||||
VERSION
|
|
||||||
*.log
|
*.log
|
||||||
*.tmp
|
*.tmp
|
||||||
.env
|
.env
|
||||||
docker-compose.yaml
|
docker-compose.yaml
|
||||||
Dockerfile.minimal
|
|
||||||
|
@@ -5,8 +5,7 @@ RUN apk add --no-cache socat netcat-openbsd \
|
|||||||
&& rm -rf /var/cache/apk/* /tmp/*
|
&& rm -rf /var/cache/apk/* /tmp/*
|
||||||
|
|
||||||
# Create socket directory and copy/set permissions in single layers
|
# Create socket directory and copy/set permissions in single layers
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh VERSION /
|
||||||
COPY VERSION /VERSION
|
|
||||||
RUN mkdir -p /socket \
|
RUN mkdir -p /socket \
|
||||||
&& chmod +x /entrypoint.sh
|
&& chmod +x /entrypoint.sh
|
||||||
|
|
||||||
|
@@ -10,6 +10,4 @@ services:
|
|||||||
- HOST_SOCKET_PATH=${HOST_SOCKET_PATH}
|
- HOST_SOCKET_PATH=${HOST_SOCKET_PATH}
|
||||||
volumes:
|
volumes:
|
||||||
- ${HOST_SOCKET_PATH}:${UNIX_SOCKET_PATH}
|
- ${HOST_SOCKET_PATH}:${UNIX_SOCKET_PATH}
|
||||||
networks:
|
|
||||||
- proxy-network
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
Reference in New Issue
Block a user