"Updates"
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
# carlo
|
||||
---
|
||||
name: prestashop
|
||||
|
||||
services:
|
||||
mysql:
|
||||
container_name: mysql
|
||||
@@ -20,7 +24,7 @@ services:
|
||||
volumes_from:
|
||||
- prestashop
|
||||
ports:
|
||||
- 127.0.0.1:8090:80
|
||||
- 127.0.0.1:12080:80
|
||||
networks:
|
||||
- prestashop_network
|
||||
depends_on:
|
||||
@@ -37,9 +41,9 @@ services:
|
||||
DB_NAME: prestashop
|
||||
DB_USER: root
|
||||
DB_PASSWD: root
|
||||
PS_DOMAIN: localhost:8090
|
||||
PS_FOLDER_ADMIN: admin9123
|
||||
PS_FOLDER_INSTALL: install9123
|
||||
PS_DOMAIN: localhost:12080
|
||||
PS_FOLDER_ADMIN: admin1717
|
||||
PS_FOLDER_INSTALL: instal1717
|
||||
networks:
|
||||
- prestashop_network
|
||||
volumes:
|
||||
@@ -52,7 +56,7 @@ services:
|
||||
restart: unless-stopped
|
||||
container_name: adminer
|
||||
ports:
|
||||
- "8091:8080" # Changed port mapping to reflect internal port
|
||||
- "12081:8080" # Changed port mapping to reflect internal port
|
||||
environment:
|
||||
- ADMINER_DEFAULT_SERVER=mysql # Ensuring Adminer connects to the MySQL service
|
||||
networks:
|
||||
|
||||
@@ -6,7 +6,7 @@ server {
|
||||
|
||||
index index.php index.html index.htm;
|
||||
|
||||
set $admin_dir /admin9123;
|
||||
set $admin_dir /admin1717;
|
||||
|
||||
location ~ /admin.*/(sell|api|common|_wdt|modules|improve|international|configure|addons|_profiler|product|combination|specific-price)/(.*)$ {
|
||||
try_files $uri $uri/ /index.php?q=$uri&$args $admin_dir/index.php$is_args$args;
|
||||
|
||||
Reference in New Issue
Block a user