mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 15:55:49 +00:00
v1 conversion to couchbase
This commit is contained in:
parent
3bf1fbe95d
commit
e0b3c433a7
1 changed files with 2 additions and 2 deletions
4
.gitpod.Dockerfile
vendored
4
.gitpod.Dockerfile
vendored
|
@ -53,7 +53,7 @@ RUN chmod 777 /etc/service/couchbase-server/run
|
|||
# 18094: Full-text Search (SSL) (4.5+)
|
||||
# 18095: Analytics (SSL) (5.5+)
|
||||
# 18096: Eventing (SSL) (5.5+)
|
||||
EXPOSE 8091 8092 8093 8094 8095 8096 11207 11210 11211 18091 18092 18093 18094 18095 18096
|
||||
EXPOSE 8091 8092 8093 8094 8095 8096 11207 11210 11211 18091 18092 18093 18094 18095 18096 11111
|
||||
VOLUME /opt/couchbase/var
|
||||
|
||||
|
||||
|
@ -73,4 +73,4 @@ VOLUME /opt/couchbase/var
|
|||
#RUN apt-get update \
|
||||
# && apt-get install -y sudo
|
||||
#
|
||||
#RUN chmod -R 777 /opt/couchbase/var/lib/
|
||||
#RUN chmod -R 777 /opt/couchbase/var/lib/
|
||||
|
|
Loading…
Reference in a new issue