mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-07-27 11:21:42 +08:00
do not start ssh deamon, use nsenter for shell access to the container
This commit is contained in:
@@ -9,8 +9,6 @@ ADD assets/ /app/
|
||||
RUN chmod 755 /app/init /app/setup/install
|
||||
RUN /app/setup/install
|
||||
|
||||
ADD authorized_keys /root/.ssh/
|
||||
|
||||
EXPOSE 5432
|
||||
|
||||
VOLUME ["/var/lib/postgresql"]
|
||||
|
||||
Reference in New Issue
Block a user