Explorar el Código

always forget the other dockerfiles

master
Kristian Haugene hace 6 años
padre
commit
0a6985c790
Se han modificado 2 ficheros con 6 adiciones y 2 borrados
  1. 3
    1
      Dockerfile.alpine
  2. 3
    1
      Dockerfile.armhf

+ 3
- 1
Dockerfile.alpine Ver fichero

@@ -104,7 +104,9 @@ ENV OPENVPN_USERNAME=**None** \
PUID= \
PGID= \
TRANSMISSION_WEB_HOME= \
DROP_DEFAULT_ROUTE=
DROP_DEFAULT_ROUTE= \
WEBPROXY_ENABLED=false \
WEBPROXY_PORT=8888

# Expose port and run
EXPOSE 9091

+ 3
- 1
Dockerfile.armhf Ver fichero

@@ -106,7 +106,9 @@ ENV OPENVPN_USERNAME=**None** \
PUID=\
PGID=\
TRANSMISSION_WEB_HOME= \
DROP_DEFAULT_ROUTE=
DROP_DEFAULT_ROUTE= \
WEBPROXY_ENABLED=false \
WEBPROXY_PORT=8888

# Expose port and run
EXPOSE 9091

Cargando…
Cancelar
Guardar