Changes between Version 33 and Version 34 of DevWikiDockerTesting
- Timestamp:
- 01/30/23 20:22:11 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiDockerTesting
v33 v34 106 106 # If you don't care about the data you can leave that out and all data will be lost when container shuts down. 107 107 108 # -p is to expose the postgresql port as 5432, if you want a different port for external say 7432, you can change that to 109 # -p 5432:7432 110 # if you don't need access outside of the container, you can leave it out 108 111 docker run -d \ 109 112 --name postgis-test \