Skip to content

Commit

Permalink
[Misc] Fix links for postgresql environment files
Browse files Browse the repository at this point in the history
  • Loading branch information
weldeondotwav authored Apr 26, 2024
1 parent fb61f3f commit 85106fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,8 @@ volumes:

- `wget -O docker-compose.yml https://raw.githubusercontent.com/xwiki-contrib/docker-xwiki/master/15/postgres-tomcat/docker-compose.yml`
- If you don't have `wget` or prefer to use `curl`: `curl -fSL https://raw.githubusercontent.com/xwiki-contrib/docker-xwiki/master/15/postgres-tomcat/docker-compose.yml -o docker-compose.yml`
- `wget https://raw.githubusercontent.com/xwiki-contrib/docker-xwiki/master/15/mariadb-tomcat/.env`: This contains default configuration values you should edit (version of XWiki to use, etc)
- If you don't have `wget` or prefer to use `curl`: `curl -fSL https://raw.githubusercontent.com/xwiki-contrib/docker-xwiki/master/15/mariadb-tomcat/.env -o .env`
- `wget https://raw.githubusercontent.com/xwiki-contrib/docker-xwiki/master/15/postgres-tomcat/.env`: This contains default configuration values you should edit (version of XWiki to use, etc)
- If you don't have `wget` or prefer to use `curl`: `curl -fSL https://raw.githubusercontent.com/xwiki-contrib/docker-xwiki/master/15/postgres-tomcat/.env -o .env`
- `docker-compose up`

For reference here's a minimal Docker Compose file using PostgreSQL that you could use as an example (full example [here](https://github.com/xwiki/xwiki-docker/blob/master/15/postgres-tomcat/docker-compose.yml)):
Expand Down

0 comments on commit 85106fd

Please sign in to comment.