You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This Docker Compose configuration file (docker-compose.yml) allows you to easily set up a multi-container environment with the following services:
4
4
5
-
-samp-server 0.3.7: A San Andreas Multiplayer server for multiplayer gaming.
5
+
-Samp: A San Andreas Multiplayer server for multiplayer gaming.
6
6
- Redis: An open-source in-memory data structure store used as a database, cache, and message broker.
7
7
- Redis Commander: A web-based management tool for Redis.
8
8
- MySQL: A popular open-source relational database management system.
@@ -17,13 +17,14 @@ This Docker Compose configuration file (docker-compose.yml) allows you to easily
17
17
- Clone this repository to your local machine.
18
18
19
19
3. Launch the Services:
20
-
- Run the following command in the terminal in the directory where the docker-compose.yml file is located:
21
-
22
-
docker-compose up
20
+
- Run the following command in the terminal in the directory where the docker-compose.yml file is located:
21
+
```
22
+
docker-compose up -d
23
+
```
23
24
24
25
25
26
4. Accessing Services:
26
-
- samp-server: Connect your San Andreas Multiplayer game client to the IP and port of the Docker host. Default port : 7777
27
+
- samp-server: Connect your San Andreas Multiplayer game client to the IP and port of the localhost. Default port : 7777
27
28
- Redis Commander: Access it via http://localhost:7774 (login default credentials: root / (no password)).
28
29
- phpMyAdmin: Access it via http://localhost:7776 (login default credentials: root / root).
29
30
@@ -104,4 +105,4 @@ networks:
104
105
- For detailed information on configuration options for each service, refer to the official documentation for Docker, Redis, MySQL, and phpMyAdmin.
105
106
- Make sure to secure your services and use strong passwords for MySQL and phpMyAdmin access.
106
107
107
-
Enjoy your multi-container environment with samp-server 0.3.7, Redis, Redis Commander, MySQL, and phpMyAdmin using Docker Compose! If you have any questions or need further assistance, feel free to reach out.
108
+
Enjoy your multi-container environment with samp-server, Redis, Redis Commander, MySQL, and phpMyAdmin using Docker Compose! If you have any questions or need further assistance, feel free to reach out.
0 commit comments