Skip to content

Commit fe3e6fc

Browse files
authored
Changed docker command to match dockerhub command (#858)
Command taken from https://hub.docker.com/r/lovasoa/sqlpage
1 parent 7eba2ef commit fe3e6fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ To run on a server, you can use [the docker image](https://hub.docker.com/r/lova
149149

150150
- [Install docker](https://docs.docker.com/get-docker/)
151151
- In a terminal, run the following command:
152-
- `docker run -it --name sqlpage -p 8080:8080 --volume "$(pwd):/var/www" --rm lovasoa/SQLPage`
152+
- `docker run -it --name sqlpage -p 8080:8080 --volume "$(pwd):/var/www" --rm lovasoa/sqlpage`
153153
- (`"$(pwd):/var/www"` allows sqlpage to run sql files from your current working directory)
154154
- Create a file called index.sql with the contents from [this example](./index.sql)
155155
- Open https://localhost:8080 in your browser

0 commit comments

Comments
 (0)